diff --git a/Compose/peekaping/peekaping.yaml b/Compose/peekaping/peekaping.yaml index b3b301f..e95ce50 100644 --- a/Compose/peekaping/peekaping.yaml +++ b/Compose/peekaping/peekaping.yaml @@ -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