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:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
# migrate:
|
||||
# condition: service_completed_successfully
|
||||
migrate:
|
||||
condition: service_completed_successfully
|
||||
networks:
|
||||
- appnet
|
||||
- netgrimoire
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "wget -q http://localhost:8034/api/v1/health || exit 1"]
|
||||
interval: 1s
|
||||
timeout: 60s
|
||||
retries: 60
|
||||
# healthcheck:
|
||||
# test: ["CMD-SHELL", "wget -q http://localhost:8034/api/v1/health || exit 1"]
|
||||
# interval: 1s
|
||||
# timeout: 60s
|
||||
# retries: 60
|
||||
|
||||
web:
|
||||
image: 0xfurai/peekaping-web:latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue