fix(docker): add dashboard service definition to compose file
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user