This commit is contained in:
traveler 2025-09-26 21:01:19 -05:00
parent 11305aebf2
commit d5697e5ffd

View file

@ -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