feat: add docker-compose and configuration files for agent-desk service with SQLite and LanceDB setup
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user