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