fix(docker): comment out moltbot service to prevent port conflict with running agent

This commit is contained in:
Jarvis
2026-02-01 14:17:14 +00:00
parent 7ee65e0b1f
commit 738cf9f847

View File

@@ -16,17 +16,17 @@ services:
# - transcription-app (wird manuell gestartet, daher hier nicht zwingend, aber gut für's Netz) # - transcription-app (wird manuell gestartet, daher hier nicht zwingend, aber gut für's Netz)
# --- AGENT --- # --- AGENT ---
moltbot: # moltbot:
build: # build:
context: . # context: .
dockerfile: Dockerfile.moltbot # dockerfile: Dockerfile.moltbot
container_name: moltbot # container_name: moltbot
restart: unless-stopped # restart: unless-stopped
ports: # ports:
- "18789:18789" # - "18789:18789"
command: /app/packages/clawdbot/node_modules/.bin/clawdbot gateway --port 18789 --allow-unconfigured # command: /app/packages/clawdbot/node_modules/.bin/clawdbot gateway --port 18789 --allow-unconfigured
volumes: # volumes:
- moltbot_data:/home/node/.clawd # - moltbot_data:/home/node/.clawd
# --- DASHBOARD --- # --- DASHBOARD ---
dashboard: dashboard: