fix(docker): add dashboard service definition to compose file

This commit is contained in:
Jarvis
2026-02-01 14:06:46 +00:00
parent 46f428fea9
commit a3bbb98a50

View File

@@ -28,6 +28,14 @@ services:
volumes:
- moltbot_data:/home/node/.clawd
# --- DASHBOARD ---
dashboard:
image: nginx:alpine
container_name: dashboard
restart: unless-stopped
volumes:
- ./dashboard:/usr/share/nginx/html:ro
# --- APPS ---
company-explorer:
build: