1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 20:59:44 +02:00

build: Add tmpfs to compose file (#1165)

This commit is contained in:
Jason Jack 2025-06-02 13:39:10 -04:00 committed by GitHub
parent 665f9998dc
commit e0374f30db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,6 +7,10 @@ services:
- user-avatars:/app/public/user-avatars - user-avatars:/app/public/user-avatars
- background-images:/app/public/background-images - background-images:/app/public/background-images
- attachments:/app/private/attachments - attachments:/app/private/attachments
# Optionally override this to your user/group
# user: 1000:1000
# tmpfs:
# - /app/.tmp:mode=770,uid=1000,gid=1000
ports: ports:
- 3000:1337 - 3000:1337
environment: environment: