...
This commit is contained in:
+5
-4
@@ -577,10 +577,11 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 5432
|
- 5432
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD-SHELL", "pg_isready -U audiomuse"]
|
test: ["CMD-SHELL", "pg_isready -U audiomuse -d audiomusedb"]
|
||||||
interval: 2s
|
interval: 10s
|
||||||
timeout: 5s
|
retries: 5
|
||||||
retries: 10
|
start_period: 30s
|
||||||
|
timeout: 10s
|
||||||
image: postgres:15-alpine
|
image: postgres:15-alpine
|
||||||
profiles: ["rinoa-apps"]
|
profiles: ["rinoa-apps"]
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user