feat: add docker-compose and configuration files for agent-desk service with SQLite and LanceDB setup

This commit is contained in:
mlogclub
2026-06-07 20:31:40 +08:00
parent 9cfbd57b07
commit bc07cda838
2 changed files with 103 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
agent-desk:
image: mlogclub/agent-desk:v1.5.1-rc
restart: unless-stopped
ports:
- "8083:8083"
volumes:
- ./docker/agent-desk-sqlite-lancedb.yaml:/app/config/config.yaml:ro
- ./data:/app/data
environment:
TZ: Asia/Shanghai