feat: restore local model gateway via cliproxy

This commit is contained in:
kris
2026-03-22 18:58:55 +08:00
parent c657db9b38
commit 042188f954
6 changed files with 104 additions and 1 deletions

View File

@@ -65,6 +65,14 @@ services:
image: ${CLIPROXY_IMAGE:-storyforge/cli-proxy-api:patched}
container_name: storyforge-cliproxyapi
restart: unless-stopped
command:
- ./CLIProxyAPI
- -config
- /CLIProxyAPI/config.yaml
volumes:
- ./data/cliproxyapi/config.yaml:/CLIProxyAPI/config.yaml:ro
- ./data/cliproxyapi/auths:/root/.cli-proxy-api
- ./data/cliproxyapi/logs:/CLIProxyAPI/logs
ports:
- "8317:8317"
- "8085:8085"