Fix Headscale pilot policy and healthchecks
Some checks failed
secret-guardrails / artifact-secret-scan (push) Has been cancelled
secret-guardrails / gitleaks (push) Has been cancelled

This commit is contained in:
Fizzlepoof
2026-05-26 01:18:19 +00:00
parent 12452bac64
commit e9b61ad3cd
4 changed files with 14 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ services:
- /mnt/docker-ssd/docker/appdata/headscale:/var/lib/headscale
- /mnt/docker-ssd/docker/appdata/headscale/run:/var/run/headscale
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/health >/dev/null 2>&1 || exit 1"]
test: ["CMD", "headscale", "version"]
interval: 30s
timeout: 10s
retries: 5