mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-14 09:29:16 +00:00
11 lines
431 B
YAML
11 lines
431 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
web:
|
|
network_mode: "host" # TODO: We can remove this later with some iptables magic
|
|
image: tailscale/tailscale:v1.72.1@sha256:83a6faec34866f70914a7d241d6ca749e6914f08f4f9059d942e1c3088dc001b
|
|
restart: on-failure
|
|
stop_grace_period: 1m
|
|
command: "sh -c 'tailscale web --listen 0.0.0.0:8240 & exec tailscaled --tun=userspace-networking'"
|
|
volumes:
|
|
- ${APP_DATA_DIR}/data:/var/lib |