mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
34ec9eb1cf
Co-authored-by: nmfretz <nmfretz@gmail.com>
12 lines
432 B
YAML
12 lines
432 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
web:
|
|
network_mode: "host" # TODO: We can remove this later with some iptables magic
|
|
image: tailscale/tailscale:v1.40.1@sha256:08dd1f465d6e96192b36c10f4366b3988bc6ad29f7b264bd020c1762ee325305
|
|
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
|