We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51f9fb6 commit 98c92d9Copy full SHA for 98c92d9
compas/docker-compose-postgresql.yml
@@ -16,7 +16,7 @@ services:
16
- POSTGRES_DB=compas
17
- PGDATA=/var/lib/postgresql/data/compas
18
healthcheck:
19
- test: ["CMD-SHELL", "sleep 10 && pg_isready -U postgres"]
+ test: ["CMD-SHELL", "pg_isready -U postgres"]
20
interval: 5s
21
timeout: 10s
22
retries: 10
0 commit comments