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