Steven Briscoe
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
6 deletions
-
tailscale/docker-compose.yml
|
|
@ -1,12 +1,6 @@ |
|
|
|
version: "3.7" |
|
|
|
|
|
|
|
services: |
|
|
|
app_proxy: |
|
|
|
environment: |
|
|
|
# TODO: FIX THIS! |
|
|
|
APP_HOST: $APP_TAILSCALE_IP |
|
|
|
APP_PORT: $APP_TAILSCALE_PORT |
|
|
|
|
|
|
|
web: |
|
|
|
network_mode: "host" # TODO: We can remove this later with some iptables magic |
|
|
|
image: tailscale/tailscale:v1.22.1@sha256:a8f3198bccfb3d281735cd99f33537c4023fd18d7aa4bce36cdaa827b1124ba0 |
|
|
|