umbrel-apps/tailscale/docker-compose.yml
Steven Briscoe e00c13ba22
Update Tailscale to v1.33.158 (#263)
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
2022-11-10 17:54:11 +10:00

12 lines
451 B
YAML

version: "3.7"
services:
web:
network_mode: "host" # TODO: We can remove this later with some iptables magic
image: tailscale/tailscale:v1.33.158@sha256:e5610d019e82ac1929a9318ca928f0ed4bceaeb4c47541eff690a375995866a2
restart: on-failure
stop_grace_period: 1m
command: "sh -c 'tailscale web --listen 0.0.0.0:${APP_TAILSCALE_PORT} & exec tailscaled --tun=userspace-networking'"
volumes:
- ${APP_DATA_DIR}/data:/var/lib