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)
# --- AGENT ---
moltbot:
build:
context: .
dockerfile: Dockerfile.moltbot
container_name: moltbot
restart: unless-stopped
ports:
- "18789:18789"
command: /app/packages/clawdbot/node_modules/.bin/clawdbot gateway --port 18789 --allow-unconfigured
volumes:
- moltbot_data:/home/node/.clawd
# moltbot:
# build:
# context: .
# dockerfile: Dockerfile.moltbot
# container_name: moltbot
# restart: unless-stopped
# ports:
# - "18789:18789"
# command: /app/packages/clawdbot/node_modules/.bin/clawdbot gateway --port 18789 --allow-unconfigured
# volumes:
# - moltbot_data:/home/node/.clawd
# --- DASHBOARD ---
dashboard: