mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
Fix Docker volumes
This commit is contained in:
parent
3bb68b0d4f
commit
c8029cbf37
2 changed files with 3 additions and 0 deletions
|
@ -40,6 +40,7 @@ RUN chmod +x start.sh
|
|||
ENV BASE_URL DATABASE_URL
|
||||
|
||||
VOLUME /app/public/user-avatars
|
||||
VOLUME /app/public/project-background-images
|
||||
VOLUME /app/public/attachments
|
||||
|
||||
EXPOSE 1337
|
||||
|
|
|
@ -14,6 +14,7 @@ services:
|
|||
restart: unless-stopped
|
||||
volumes:
|
||||
- user-avatars:/app/public/user-avatars
|
||||
- project-background-images:/app/public/project-background-images
|
||||
- attachments:/app/public/attachments
|
||||
ports:
|
||||
- 3000:1337
|
||||
|
@ -35,5 +36,6 @@ services:
|
|||
|
||||
volumes:
|
||||
user-avatars:
|
||||
project-background-images:
|
||||
attachments:
|
||||
db-data:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue