feat: connect compose service to mihomo network
This commit is contained in:
@@ -4,7 +4,16 @@ services:
|
|||||||
image: openai-pool-orchestrator:latest
|
image: openai-pool-orchestrator:latest
|
||||||
container_name: openai-pool
|
container_name: openai-pool
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
|
||||||
volumes:
|
volumes:
|
||||||
- /opt/openai-pool/data:/app/data
|
- /opt/openai-pool/data:/app/data
|
||||||
- /opt/openai-pool/config:/app/config
|
- /opt/openai-pool/config:/app/config
|
||||||
|
ports:
|
||||||
|
- "18421:18421"
|
||||||
|
networks:
|
||||||
|
- default
|
||||||
|
- mihomo_net
|
||||||
|
|
||||||
|
networks:
|
||||||
|
mihomo_net:
|
||||||
|
external: true
|
||||||
|
name: mihomo-proxy_proxy_net
|
||||||
|
|||||||
Reference in New Issue
Block a user