fix backend
This commit is contained in:
@@ -10,7 +10,6 @@ services:
|
||||
- "${POSTGRES_PORT:-5432}:5432"
|
||||
volumes:
|
||||
- postgres_data_prod:/var/lib/postgresql/data
|
||||
- ./backend/src/database/migrations:/docker-entrypoint-initdb.d:ro
|
||||
networks:
|
||||
- dashboard-backend
|
||||
healthcheck:
|
||||
|
||||
Reference in New Issue
Block a user