mirror of
https://github.com/adminlove520/AI-Account-Toolkit.git
synced 2026-05-16 09:26:46 +08:00
11 lines
261 B
YAML
11 lines
261 B
YAML
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
|