chore: full ClawSuite/OpenClaw reference scrub — rebrand to Hermes Workspace

This commit is contained in:
outsourc-e
2026-03-16 14:57:58 -04:00
parent d321393526
commit d3a59225dc
80 changed files with 104 additions and 13168 deletions

View File

@@ -1,13 +1,13 @@
services:
clawsuite:
hermes-workspace:
build: .
ports:
- '3000:3000'
environment:
- CLAWDBOT_GATEWAY_URL=${CLAWDBOT_GATEWAY_URL:-ws://host.docker.internal:18789}
- CLAWDBOT_GATEWAY_TOKEN=${CLAWDBOT_GATEWAY_TOKEN:-}
- CLAWSUITE_ALLOWED_HOSTS=${CLAWSUITE_ALLOWED_HOSTS:-}
- CLAWSUITE_PASSWORD=${CLAWSUITE_PASSWORD:-}
- HERMES_ALLOWED_HOSTS=${HERMES_ALLOWED_HOSTS:-${CLAWSUITE_ALLOWED_HOSTS:-}}
- HERMES_PASSWORD=${HERMES_PASSWORD:-${CLAWSUITE_PASSWORD:-}}
restart: unless-stopped
extra_hosts:
- 'host.docker.internal:host-gateway'