fix(docker): comment out moltbot service to prevent port conflict with running agent
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user