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:
@@ -41,6 +41,8 @@ services:
|
|||||||
container_name: aria-xtts-bridge
|
container_name: aria-xtts-bridge
|
||||||
depends_on:
|
depends_on:
|
||||||
- xtts
|
- xtts
|
||||||
|
volumes:
|
||||||
|
- ./voices:/voices # Shared mit XTTS-Server
|
||||||
environment:
|
environment:
|
||||||
- XTTS_API_URL=http://xtts:8020
|
- XTTS_API_URL=http://xtts:8020
|
||||||
- RVS_HOST=${RVS_HOST}
|
- RVS_HOST=${RVS_HOST}
|
||||||
|
|||||||
Reference in New Issue
Block a user