reverting changes - installing tailscale on the host
This commit is contained in:
@@ -1,17 +1,14 @@
|
|||||||
---
|
---
|
||||||
version: "3.7"
|
|
||||||
services:
|
services:
|
||||||
ts-kuma:
|
ts-kuma:
|
||||||
image: tailscale/tailscale:latest
|
image: tailscale/tailscale:latest
|
||||||
container_name: ts-kuma
|
container_name: ts-kuma
|
||||||
hostname: monitoring
|
hostname: monitoring
|
||||||
network_mode: host
|
|
||||||
environment:
|
environment:
|
||||||
- TS_AUTHKEY=${TAILSCALE_OAUTH_KEY}
|
- TS_AUTHKEY=${TAILSCALE_OAUTH_KEY}
|
||||||
- TS_EXTRA_ARGS=--advertise-tags=${TAILSCALE_TAGS}
|
- TS_EXTRA_ARGS=--advertise-tags=${TAILSCALE_TAGS}
|
||||||
- TS_SERVE_CONFIG=/config/kuma.json
|
- TS_SERVE_CONFIG=/config/kuma.json
|
||||||
- TS_STATE_DIR=/var/lib/tailscale
|
- TS_STATE_DIR=/var/lib/tailscale
|
||||||
- TS_ACCEPT_DNS=true
|
|
||||||
volumes:
|
volumes:
|
||||||
- ts-kuma-state:/var/lib/tailscale
|
- ts-kuma-state:/var/lib/tailscale
|
||||||
- ${PWD}/ts-kuma/config:/config
|
- ${PWD}/ts-kuma/config:/config
|
||||||
|
|||||||
Reference in New Issue
Block a user