Mount config.yaml into container for live editing
All checks were successful
Build and Push Docker Image / build (push) Successful in 19s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-08 19:01:56 -04:00
parent e8a3844994
commit 985f30e3ae

View File

@@ -19,6 +19,8 @@ services:
volumes: volumes:
# Persist HuggingFace model/voice cache so downloads survive container restarts # Persist HuggingFace model/voice cache so downloads survive container restarts
- hf_cache:/root/.cache/huggingface - hf_cache:/root/.cache/huggingface
# Mount config so voices/settings can be changed without rebuilding
- ./config.yaml:/app/config.yaml:ro
environment: environment:
- HIP_VISIBLE_DEVICES=0 - HIP_VISIBLE_DEVICES=0