docker-compose.yml aktualisiert
Some checks failed
Deploy Production / deploy (push) Failing after 1s
Build Test / lint-backend (push) Successful in 1s
Build Test / build-frontend (push) Successful in 12s

This commit is contained in:
Lars 2026-03-19 08:19:19 +01:00
parent 3898b5ad45
commit 8a042589e7

View File

@ -10,7 +10,6 @@ services:
volumes: volumes:
- mitai_postgres_data:/var/lib/postgresql/data - mitai_postgres_data:/var/lib/postgresql/data
ports: ports:
- "127.0.0.1:5432:5432"
healthcheck: healthcheck:
test: ["CMD-SHELL", "pg_isready -U mitai_prod"] test: ["CMD-SHELL", "pg_isready -U mitai_prod"]
interval: 10s interval: 10s