ds
This commit is contained in:
parent
364018c6b5
commit
58e31139b1
1 changed files with 3 additions and 8 deletions
|
|
@ -18,12 +18,7 @@ services:
|
||||||
condition: any
|
condition: any
|
||||||
labels:
|
labels:
|
||||||
diun.enable: "true"
|
diun.enable: "true"
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "pg_isready -U peekaping -d peekaping -h localhost"]
|
|
||||||
interval: 10s
|
|
||||||
timeout: 5s
|
|
||||||
retries: 5
|
|
||||||
start_period: 10s
|
|
||||||
|
|
||||||
peekaping:
|
peekaping:
|
||||||
image: ghcr.io/0xfurai/peekaping-bundle-postgres:latest
|
image: ghcr.io/0xfurai/peekaping-bundle-postgres:latest
|
||||||
|
|
@ -39,8 +34,8 @@ services:
|
||||||
- SERVER_PORT=8034
|
- SERVER_PORT=8034
|
||||||
- SERVER_HOST=0.0.0.0
|
- SERVER_HOST=0.0.0.0
|
||||||
depends_on:
|
depends_on:
|
||||||
peekaping-postgres:
|
peekaping-postgres
|
||||||
condition: service_healthy
|
|
||||||
deploy:
|
deploy:
|
||||||
restart_policy:
|
restart_policy:
|
||||||
condition: any
|
condition: any
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue