fix: XTTS bridge shares /voices volume with XTTS server

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-10 01:40:41 +02:00
parent 62fd9193a1
commit a17d4acc13
+2
View File
@@ -41,6 +41,8 @@ services:
container_name: aria-xtts-bridge
depends_on:
- xtts
volumes:
- ./voices:/voices # Shared mit XTTS-Server
environment:
- XTTS_API_URL=http://xtts:8020
- RVS_HOST=${RVS_HOST}