chore: initialize project repository

This commit is contained in:
GitHub Actions
2026-03-18 21:23:50 +08:00
commit 14120394ce
23 changed files with 15737 additions and 0 deletions

10
docker-compose.yml Executable file
View File

@@ -0,0 +1,10 @@
services:
openai-pool:
build: .
image: openai-pool-orchestrator:latest
container_name: openai-pool
restart: unless-stopped
network_mode: host
volumes:
- /opt/openai-pool/data:/app/data
- /opt/openai-pool/config:/app/config