feat: add standalone CLI project

This commit is contained in:
mmc
2026-03-19 07:36:14 +08:00
commit 26b238ec25
16 changed files with 6103 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
services:
openai-pool-standalone:
build: .
image: openai-pool-standalone:latest
container_name: openai-pool-standalone
restart: unless-stopped
volumes:
- /root/standalone_cli/data:/app/data
command: ["config", "show"]