Isolate audio model compose network

This commit is contained in:
Grendgi
2026-06-09 13:17:05 +03:00
parent cac8d89e64
commit e132634c65

View File

@@ -21,6 +21,8 @@ services:
HF_HOME: /cache
volumes:
- ./data/vllm-cache:/cache
networks:
- audio-models
ports:
- "10.2.3.5:8003:8000"
command:
@@ -72,6 +74,8 @@ services:
HF_HOME: /cache
volumes:
- ./data/vllm-cache:/cache
networks:
- audio-models
ports:
- "10.2.3.5:8004:8000"
command:
@@ -108,3 +112,7 @@ services:
timeout: 5s
retries: 5
start_period: 1200s
networks:
audio-models:
driver: bridge