From 223770726303e720920c07f655703a52cfafeb8b Mon Sep 17 00:00:00 2001 From: majcek210 <155429915+majcek210@users.noreply.github.com> Date: Fri, 14 Nov 2025 21:13:18 +0100 Subject: [PATCH] Update templates/compose/tailscale.yaml Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> --- templates/compose/tailscale.yaml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/compose/tailscale.yaml b/templates/compose/tailscale.yaml index c7166d695..ed675e795 100644 --- a/templates/compose/tailscale.yaml +++ b/templates/compose/tailscale.yaml @@ -29,4 +29,15 @@ services: image: nginx:latest depends_on: - tailscale-client - network_mode: 'service:tailscale-nginx' + network_mode: 'service:tailscale-client' + healthcheck: + test: + - CMD + - curl + - '-f' + - 'http://localhost:80/' + - '-o' + - /dev/null + interval: 20s + timeout: 5s + retries: 3