Add gateway URL env vars for LAN access
This commit is contained in:
@@ -7,6 +7,9 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "3000:80"
|
- "3000:80"
|
||||||
|
environment:
|
||||||
|
- VITE_OPENCLAW_GATEWAY_URL=http://10.5.0.192:18789
|
||||||
|
- VITE_OPENCLAW_GATEWAY_TOKEN=19c9f14e73656d544d38ab32f314cea95c5991e7eee46080
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.mission-control-ui.rule=Host(`mission-control.danielarroyo.cl`)"
|
- "traefik.http.routers.mission-control-ui.rule=Host(`mission-control.danielarroyo.cl`)"
|
||||||
|
|||||||
Reference in New Issue
Block a user