docker-compose.yml aktualisiert
All checks were successful
Deploy Production / deploy (push) Successful in 52s
Build Test / lint-backend (push) Successful in 0s
Build Test / build-frontend (push) Successful in 12s

This commit is contained in:
Lars 2026-03-19 08:21:12 +01:00
parent 8a042589e7
commit 5062aa8068

View File

@ -9,7 +9,6 @@ services:
POSTGRES_PASSWORD: ${DB_PASSWORD:-change_me_in_production} POSTGRES_PASSWORD: ${DB_PASSWORD:-change_me_in_production}
volumes: volumes:
- mitai_postgres_data:/var/lib/postgresql/data - mitai_postgres_data:/var/lib/postgresql/data
ports:
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U mitai_prod"] test: ["CMD-SHELL", "pg_isready -U mitai_prod"]
interval: 10s interval: 10s