feat: Migrate file storage to unified data directory
This commit is contained in:
+2
-8
@@ -3,10 +3,7 @@ services:
|
||||
image: ghcr.io/plankanban/planka:2.0.0-rc.4
|
||||
restart: on-failure
|
||||
volumes:
|
||||
- favicons:/app/public/favicons
|
||||
- user-avatars:/app/public/user-avatars
|
||||
- background-images:/app/public/background-images
|
||||
- attachments:/app/private/attachments
|
||||
- data:/app/data
|
||||
# Optionally override this to your user/group
|
||||
# user: 1000:1000
|
||||
# tmpfs:
|
||||
@@ -132,8 +129,5 @@ services:
|
||||
retries: 5
|
||||
|
||||
volumes:
|
||||
favicons:
|
||||
user-avatars:
|
||||
background-images:
|
||||
attachments:
|
||||
data:
|
||||
db-data:
|
||||
|
||||
Reference in New Issue
Block a user