healthy update ..
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
||||
ports:
|
||||
- "5433:5432"
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U quoteuser"]
|
||||
test: ["CMD-SHELL", "pg_isready -U quoteuser -d quotedb"]
|
||||
interval: 10s
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
@@ -37,4 +37,4 @@ services:
|
||||
restart: unless-stopped
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
postgres_data:
|
||||
Reference in New Issue
Block a user