Update templates/compose/tailscale.yaml

Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
majcek210
2025-11-14 21:13:18 +01:00
committed by GitHub
parent ce5f40afd8
commit 2237707263

View File

@@ -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