feat: connect compose service to mihomo network

This commit is contained in:
root
2026-03-18 21:34:32 +08:00
parent 14120394ce
commit a28ee5546f

View File

@@ -4,7 +4,16 @@ services:
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
ports:
- "18421:18421"
networks:
- default
- mihomo_net
networks:
mihomo_net:
external: true
name: mihomo-proxy_proxy_net