tailscale start daemon
This commit is contained in:
@@ -29,13 +29,9 @@ services:
|
||||
- dokploy-network
|
||||
command:
|
||||
[
|
||||
"node",
|
||||
"dist/index.js",
|
||||
"gateway",
|
||||
"--bind",
|
||||
"${OPENCLAW_GATEWAY_BIND:-loopback}",
|
||||
"--port",
|
||||
"18789",
|
||||
"/bin/sh",
|
||||
"-c",
|
||||
"/home/node/.local/bin/tailscale-start.sh && node dist/index.js gateway --bind ${OPENCLAW_GATEWAY_BIND:-loopback} --port 18789",
|
||||
]
|
||||
# healthcheck:
|
||||
# test: ["CMD", "healthcheck.sh"]
|
||||
|
||||
Reference in New Issue
Block a user