fix(docker): add dashboard service definition to compose file
This commit is contained in:
@@ -28,6 +28,14 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- moltbot_data:/home/node/.clawd
|
- moltbot_data:/home/node/.clawd
|
||||||
|
|
||||||
|
# --- DASHBOARD ---
|
||||||
|
dashboard:
|
||||||
|
image: nginx:alpine
|
||||||
|
container_name: dashboard
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./dashboard:/usr/share/nginx/html:ro
|
||||||
|
|
||||||
# --- APPS ---
|
# --- APPS ---
|
||||||
company-explorer:
|
company-explorer:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user