This commit is contained in:
2026-03-02 15:40:16 +01:00
parent 334add0b06
commit c03c0511a3
17 changed files with 7 additions and 1 deletions

2
docker-compose.yml Normal file → Executable file
View File

@@ -65,7 +65,7 @@ services:
postgres:
condition: service_healthy
healthcheck:
test: ["CMD-SHELL", "PGPASSWORD=${POSTGRES_PASSWORD} pg_isready -h postgres -p 5432 -U openvox"]
test: ["CMD-SHELL", "PGPASSWORD=${POSTGRES_PASSWORD} pg_isready -h postgres -p 5432 -U openvox -d openvoxdb"]
interval: 5s
timeout: 5s
retries: 5