chore(docker): add HEALTHCHECK to outline-sync-ts sidecar
All checks were successful
Deploy / deploy (push) Successful in 27s

wget --spider on 127.0.0.1:8080 verifies the Tailscale
sidecar's network namespace is forwarding to the UI
backend (UI shares the ts container's network ns).
start_period=60s covers Tailscale auth + tailscaled boot.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
Alex
2026-06-20 21:44:20 +02:00
parent 6ae168cd7d
commit 06bfed66ba

View File

@@ -20,6 +20,12 @@ services:
extra_hosts:
- "outline:100.104.53.109"
restart: unless-stopped
healthcheck:
test: ["CMD-SHELL", "wget --spider -q http://127.0.0.1:8080/ || exit 1"]
interval: 30s
timeout: 5s
retries: 3
start_period: 60s
networks:
- default
- domverse