UI improvements, added attachments volume to docker-compose.yml
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user