fix: wire mail provider into standalone registration

This commit is contained in:
mmc
2026-03-19 08:11:28 +08:00
parent 26b238ec25
commit 9169ede86b
5 changed files with 28 additions and 4 deletions

View File

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