Funktionierender STand!!!

This commit is contained in:
2026-06-20 19:54:41 +02:00
parent 404c632cfc
commit cc3c0dad7b
6 changed files with 379 additions and 89 deletions

View File

@@ -19,7 +19,6 @@ services:
ports:
- "8091:8091"
- "8092:8092"
- "8094:8094"
volumes:
- /home/guru/vllm/data/root:/root
- ./deploy/qwen3_tts.yaml:/deploy/qwen3_tts.yaml:ro
@@ -31,7 +30,7 @@ services:
command: ["/bin/bash", "/entrypoint.sh"]
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-sf", "http://localhost:8091/health"]
test: ["CMD", "curl", "-sf", "http://localhost:8095/health"]
interval: 30s
timeout: 10s
retries: 5
@@ -61,10 +60,11 @@ services:
- ./deploy/qwen3_tts_clone.yaml:/deploy/qwen3_tts_clone.yaml:ro
- ./docker/entrypoint_clone.sh:/entrypoint_clone.sh:ro
- ./docker/patch_qwen3_tts_runtime.py:/patch_qwen3_tts_runtime.py:ro
- ./docker/ws_log_proxy.py:/ws_log_proxy.py:ro
command: ["/bin/bash", "/entrypoint_clone.sh"]
restart: "no"
healthcheck:
test: ["CMD", "curl", "-sf", "http://localhost:8091/health"]
test: ["CMD", "curl", "-sf", "http://localhost:8095/health"]
interval: 30s
timeout: 10s
retries: 5