20 lines
397 B
YAML
Executable File
20 lines
397 B
YAML
Executable File
services:
|
|
openai-pool:
|
|
build: .
|
|
image: openai-pool-orchestrator:latest
|
|
container_name: openai-pool
|
|
restart: unless-stopped
|
|
volumes:
|
|
- /opt/openai-pool/data:/app/data
|
|
- /opt/openai-pool/config:/app/config
|
|
ports:
|
|
- "18421:18421"
|
|
networks:
|
|
- default
|
|
- mihomo_net
|
|
|
|
networks:
|
|
mihomo_net:
|
|
external: true
|
|
name: mihomo-proxy_proxy_net
|