Fix Run Now: mount agents in container, install deps, fix datetime bug

This commit is contained in:
2026-04-13 14:24:27 +00:00
parent d29555ae53
commit b48028dd91
3 changed files with 20 additions and 14 deletions
+1
View File
@@ -6,6 +6,7 @@ services:
- "8550:8550"
volumes:
- ./data:/app/data
- ./agents:/app/agents
environment:
- DB_PATH=/app/data/agents.db
restart: unless-stopped