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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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