mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-11 16:09:18 +00:00
Disable app proxy for Tailscale app
This commit is contained in:
parent
6ed2b2b79c
commit
e6b633107d
|
@ -1,12 +1,6 @@
|
||||||
version: "3.7"
|
version: "3.7"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app_proxy:
|
|
||||||
environment:
|
|
||||||
# TODO: FIX THIS!
|
|
||||||
APP_HOST: $APP_TAILSCALE_IP
|
|
||||||
APP_PORT: $APP_TAILSCALE_PORT
|
|
||||||
|
|
||||||
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.22.1@sha256:a8f3198bccfb3d281735cd99f33537c4023fd18d7aa4bce36cdaa827b1124ba0
|
||||||
|
|
Loading…
Reference in New Issue
Block a user