From 738cf9f847f85337bcdb4393994dcf2eff161df5 Mon Sep 17 00:00:00 2001 From: Jarvis Date: Sun, 1 Feb 2026 14:17:14 +0000 Subject: [PATCH] fix(docker): comment out moltbot service to prevent port conflict with running agent --- docker-compose.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 31122ba6..56b4705d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: