fixed docker-compose.yml, removed attachments volume

This commit is contained in:
slawk0
2025-01-03 18:01:26 +01:00
parent 8b545e056b
commit 930ae98ab7
2 changed files with 2 additions and 7 deletions

View File

@@ -13,8 +13,6 @@ services:
PG_HOST: db
ports:
- "3000"
volumes:
- attachments:/app/attachments
depends_on:
db:
condition: service_healthy
@@ -59,5 +57,4 @@ networks:
driver: bridge
volumes:
postgres-data:
attachments:
postgres-data: