Update docker-compose.yml

This commit is contained in:
2025-05-26 17:34:37 +02:00
parent 9e0e17a8cd
commit df0ace6e31

View File

@@ -20,10 +20,11 @@ services:
volumes:
- postgres_data:/var/lib/postgresql/data
healthcheck:
test: ["CMD-SHELL", "pg_isready -U postgres"]
test: ["CMD-SHELL", "PGPASSWORD=1253 pg_isready -U postgres -d docupulse"]
interval: 5s
timeout: 5s
retries: 5
restart: unless-stopped
volumes:
postgres_data: