Initial commit: Agent Command Center dashboard + weather briefing agent
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
dashboard:
|
||||
build: ./dashboard
|
||||
container_name: agent-dashboard
|
||||
ports:
|
||||
- "8550:8550"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
environment:
|
||||
- DB_PATH=/app/data/agents.db
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user