fix backend

This commit is contained in:
Matthias Hochmeister
2026-02-27 20:49:35 +01:00
parent d7a0d18899
commit 35d3fa0f16

View File

@@ -10,7 +10,6 @@ services:
- "${POSTGRES_PORT:-5432}:5432" - "${POSTGRES_PORT:-5432}:5432"
volumes: volumes:
- postgres_data_prod:/var/lib/postgresql/data - postgres_data_prod:/var/lib/postgresql/data
- ./backend/src/database/migrations:/docker-entrypoint-initdb.d:ro
networks: networks:
- dashboard-backend - dashboard-backend
healthcheck: healthcheck: