Point stack images to Docker Hub registry

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
mARTin-B78 2026-05-25 09:50:53 +02:00
parent c24bc263ec
commit dfc2ca0e12

View File

@ -18,7 +18,7 @@
services: services:
# Standard voice cloning backend used by TTS Voice Creator and other OpenAI-compatible clients. # Standard voice cloning backend used by TTS Voice Creator and other OpenAI-compatible clients.
faster-qwen3-tts-voiceclone: faster-qwen3-tts-voiceclone:
image: faster-qwen3-tts-dgx-spark:v4 image: martinb78/faster-qwen3-tts-dgx-spark:v4
container_name: faster-qwen3-tts-voiceclone container_name: faster-qwen3-tts-voiceclone
restart: unless-stopped restart: unless-stopped
runtime: nvidia runtime: nvidia
@ -52,7 +52,7 @@ services:
# VoiceDesign backend: creates speech from a descriptive voice prompt instead of a reference clip. # VoiceDesign backend: creates speech from a descriptive voice prompt instead of a reference clip.
faster-qwen3-tts-voicedesign: faster-qwen3-tts-voicedesign:
image: faster-qwen3-tts-dgx-spark:v4 image: martinb78/faster-qwen3-tts-dgx-spark:v4
container_name: faster-qwen3-tts-voicedesign container_name: faster-qwen3-tts-voicedesign
restart: unless-stopped restart: unless-stopped
runtime: nvidia runtime: nvidia
@ -84,7 +84,7 @@ services:
# CustomVoice backend: keeps the separate CustomVoice model available on port 8022. # CustomVoice backend: keeps the separate CustomVoice model available on port 8022.
faster-qwen3-tts-customvoice: faster-qwen3-tts-customvoice:
image: faster-qwen3-tts-dgx-spark:v4 image: martinb78/faster-qwen3-tts-dgx-spark:v4
container_name: faster-qwen3-tts-customvoice container_name: faster-qwen3-tts-customvoice
restart: unless-stopped restart: unless-stopped
runtime: nvidia runtime: nvidia
@ -116,7 +116,7 @@ services:
# Streaming voice clone backend: same active voices as 8020, but streams WAV chunks while generating. # Streaming voice clone backend: same active voices as 8020, but streams WAV chunks while generating.
faster-qwen3-tts-streaming: faster-qwen3-tts-streaming:
image: qwen3-tts-streaming-dgx-spark:latest image: martinb78/qwen3-tts-streaming-dgx-spark:latest
container_name: faster-qwen3-tts-streaming container_name: faster-qwen3-tts-streaming
restart: unless-stopped restart: unless-stopped
runtime: nvidia runtime: nvidia