CXV
This commit is contained in:
parent
11305aebf2
commit
d5697e5ffd
1 changed files with 7 additions and 7 deletions
|
|
@ -43,16 +43,16 @@ services:
|
||||||
depends_on:
|
depends_on:
|
||||||
postgres:
|
postgres:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
# migrate:
|
migrate:
|
||||||
# condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
networks:
|
networks:
|
||||||
- appnet
|
- appnet
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
healthcheck:
|
# healthcheck:
|
||||||
test: ["CMD-SHELL", "wget -q http://localhost:8034/api/v1/health || exit 1"]
|
# test: ["CMD-SHELL", "wget -q http://localhost:8034/api/v1/health || exit 1"]
|
||||||
interval: 1s
|
# interval: 1s
|
||||||
timeout: 60s
|
# timeout: 60s
|
||||||
retries: 60
|
# retries: 60
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: 0xfurai/peekaping-web:latest
|
image: 0xfurai/peekaping-web:latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue