mirror of
https://github.com/tiennm99/coolify.git
synced 2026-04-17 17:21:04 +00:00
Update templates/compose/tailscale.yaml
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user