feat: add daemon refill controls

This commit is contained in:
mmc
2026-03-19 13:12:34 +08:00
parent fdada7c8db
commit 6a250fe6a1
6 changed files with 234 additions and 70 deletions

View File

@@ -3,7 +3,8 @@ services:
build: .
image: openai-pool-standalone:latest
container_name: openai-pool-standalone
restart: "no"
restart: unless-stopped
network_mode: host
volumes:
- /root/standalone_cli/data:/app/data
command: ["--json", "config", "show"]
command: ["daemon"]