fix(shadcn): isolate Nexus CSS vars with --nx- prefix + admin password reset endpoint
This commit is contained in:
+6
-1
@@ -34,6 +34,7 @@ services:
|
||||
Integrations__OpenClaw__BaseUrl: ${OPENCLAW_BASE_URL:-http://host.docker.internal:18789}
|
||||
Integrations__OpenClaw__Token: ${OPENCLAW_GATEWAY_TOKEN:-}
|
||||
Integrations__OpenClaw__Password: ${OPENCLAW_GATEWAY_PASSWORD:-}
|
||||
Admin__ResetToken: ${Admin__ResetToken:-}
|
||||
extra_hosts:
|
||||
- host.docker.internal:host-gateway
|
||||
depends_on:
|
||||
@@ -46,7 +47,9 @@ services:
|
||||
- /opt/openclaw/data/openclaw/workspace-architekt:/mnt/workspace-architekt
|
||||
- /opt/openclaw/data/openclaw/workspace-researcher:/mnt/workspace-researcher
|
||||
- /opt/openclaw/data/openclaw/workspace-executor:/mnt/workspace-executor
|
||||
networks: [nexus]
|
||||
networks:
|
||||
- nexus
|
||||
- openclaw_default
|
||||
|
||||
web:
|
||||
build:
|
||||
@@ -59,6 +62,8 @@ services:
|
||||
|
||||
networks:
|
||||
nexus:
|
||||
openclaw_default:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
nexus-postgres:
|
||||
|
||||
Reference in New Issue
Block a user