You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
449 B
12 lines
449 B
3 years ago
|
version: "3.7"
|
||
|
|
||
|
services:
|
||
|
web:
|
||
|
network_mode: "host" # TODO: We can remove this later with some iptables magic
|
||
|
image: tailscale/tailscale:v1.22.1@sha256:a8f3198bccfb3d281735cd99f33537c4023fd18d7aa4bce36cdaa827b1124ba0
|
||
|
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
|