chore(docker): add HEALTHCHECK to outline-sync-ts sidecar
All checks were successful
Deploy / deploy (push) Successful in 27s
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:
@@ -20,6 +20,12 @@ services:
|
|||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "outline:100.104.53.109"
|
- "outline:100.104.53.109"
|
||||||
restart: unless-stopped
|
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:
|
networks:
|
||||||
- default
|
- default
|
||||||
- domverse
|
- domverse
|
||||||
|
|||||||
Reference in New Issue
Block a user