|
@ -3,7 +3,7 @@ version: "3.7" |
|
|
services: |
|
|
services: |
|
|
web: |
|
|
web: |
|
|
network_mode: "host" # TODO: We can remove this later with some iptables magic |
|
|
network_mode: "host" # TODO: We can remove this later with some iptables magic |
|
|
image: tailscale/tailscale:v1.22.1@sha256:a8f3198bccfb3d281735cd99f33537c4023fd18d7aa4bce36cdaa827b1124ba0 |
|
|
image: tailscale/tailscale:v1.26.0@sha256:604298baab8cda19e55a73e584f6691f6b73c7502ea99ace2a7079e3a845d3e7 |
|
|
restart: on-failure |
|
|
restart: on-failure |
|
|
stop_grace_period: 1m |
|
|
stop_grace_period: 1m |
|
|
command: "sh -c 'tailscale web --listen 0.0.0.0:${APP_TAILSCALE_PORT} & exec tailscaled --tun=userspace-networking'" |
|
|
command: "sh -c 'tailscale web --listen 0.0.0.0:${APP_TAILSCALE_PORT} & exec tailscaled --tun=userspace-networking'" |
|
|