Adjust healthchecks and dev tooling
Some checks failed
Deploy Stacks / deploy-prod (push) Failing after 2s
Deploy Stacks / deploy-dev (push) Has been cancelled

This commit is contained in:
2026-01-22 14:19:36 -05:00
parent 6e22713454
commit b14015b12f
5 changed files with 7 additions and 24 deletions

View File

@@ -53,6 +53,11 @@ services:
- syncthing
networks:
- web
healthcheck:
test: ["CMD-SHELL", "wget -qO- 'http://127.0.0.1:3001/api/search?q=test' >/dev/null 2>&1 || exit 1"]
interval: 30s
timeout: 5s
retries: 3
labels:
- "traefik.enable=true"
- "traefik.docker.network=web"