tailscale

This commit is contained in:
2026-02-20 16:49:22 -05:00
parent 32e122efb3
commit 58a60f843f
3 changed files with 6 additions and 1 deletions

View File

@@ -16,12 +16,14 @@ services:
OPENCLAW_GATEWAY_TOKEN: ${OPENCLAW_GATEWAY_TOKEN} OPENCLAW_GATEWAY_TOKEN: ${OPENCLAW_GATEWAY_TOKEN}
MOONSHOT_API_KEY: ${MOONSHOT_API_KEY} MOONSHOT_API_KEY: ${MOONSHOT_API_KEY}
GOG_ACCOUNT: ${GOG_ACCOUNT:-} GOG_ACCOUNT: ${GOG_ACCOUNT:-}
TAILSCALE_AUTH_KEY: ${TAILSCALE_AUTH_KEY:-}
volumes: volumes:
- openclaw-config:/home/node/.openclaw - openclaw-config:/home/node/.openclaw
- openclaw-workspace:/home/node/.openclaw/workspace - openclaw-workspace:/home/node/.openclaw/workspace
ports: ports:
- "${OPENCLAW_GATEWAY_PORT:-18789}:18789" - "${OPENCLAW_GATEWAY_PORT:-18789}:18789"
- "${OPENCLAW_BRIDGE_PORT:-18790}:18790" - "${OPENCLAW_BRIDGE_PORT:-18790}:18790"
privileged: true
init: true init: true
networks: networks:
- dokploy-network - dokploy-network

View File

@@ -30,6 +30,9 @@ RUN GOG_VERSION=$(curl -s https://api.github.com/repos/steipete/gogcli/releases/
| tar -xz -C /usr/local/bin/ \ | tar -xz -C /usr/local/bin/ \
&& chmod +x /usr/local/bin/gog && chmod +x /usr/local/bin/gog
# Install Tailscale
RUN curl -fsSL https://tailscale.com/install.sh | HEADLESS=true sh
# Copy custom tools into the image # Copy custom tools into the image
COPY tools/* /usr/local/bin/ COPY tools/* /usr/local/bin/
COPY bin/* /usr/local/bin/ COPY bin/* /usr/local/bin/

View File

@@ -105,7 +105,7 @@
"token": "ed461301853e59c5994bb293925db9dab23741962e0f68da" "token": "ed461301853e59c5994bb293925db9dab23741962e0f68da"
}, },
"tailscale": { "tailscale": {
"mode": "off", "mode": "on",
"resetOnExit": false "resetOnExit": false
} }
}, },