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"
volumes:
- postgres_data_prod:/var/lib/postgresql/data
- ./backend/src/database/migrations:/docker-entrypoint-initdb.d:ro
networks:
- dashboard-backend
healthcheck: