UI improvements, added attachments volume to docker-compose.yml

This commit is contained in:
slawk0
2025-01-03 17:31:04 +01:00
parent 9da939c66f
commit 8b545e056b
8 changed files with 65 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ services:
ports:
- "3000"
volumes:
- attachments:/app/client/server/attachments
- attachments:/app/attachments
depends_on:
db:
condition: service_healthy
@@ -59,4 +59,5 @@ networks:
driver: bridge
volumes:
postgres-data:
postgres-data:
attachments: