Update docker-compose.yml

This commit is contained in:
remsky 2025-01-15 02:26:28 -07:00 committed by GitHub
parent 363b55e8e5
commit 23c2ff2eaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,10 +1,10 @@
name: kokoro-tts name: kokoro-tts
services: services:
kokoro-tts: kokoro-tts:
image: ghcr.io/remsky/kokoro-fastapi-gpu:v0.1.0 # image: ghcr.io/remsky/kokoro-fastapi-gpu:v0.1.0
# build: build:
# context: ../.. context: ../..
# dockerfile: docker/gpu/Dockerfile dockerfile: docker/gpu/Dockerfile
volumes: volumes:
- ../../api/src:/app/api/src # Mount src for development - ../../api/src:/app/api/src # Mount src for development
- ../../api/src/voices:/app/api/src/voices # Mount voices for persistence - ../../api/src/voices:/app/api/src/voices # Mount voices for persistence