feat: Migrate file storage to unified data directory

This commit is contained in:
Maksim Eltyshev
2026-01-31 20:27:15 +01:00
parent 6335b3bd3c
commit 052edc9fb1
17 changed files with 89 additions and 151 deletions
+2 -8
View File
@@ -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: