mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
Update docker-compose.yml
This commit is contained in:
parent
5fc36961ac
commit
363b55e8e5
1 changed files with 4 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
name: kokoro-tts
|
||||
services:
|
||||
kokoro-tts:
|
||||
image: ghcr.io/remsky/kokoro-fastapi-cpu:v0.1.0
|
||||
# build:
|
||||
# context: ../..
|
||||
# dockerfile: docker/cpu/Dockerfile
|
||||
# image: ghcr.io/remsky/kokoro-fastapi-cpu:v0.1.0
|
||||
build:
|
||||
context: ../..
|
||||
dockerfile: docker/cpu/Dockerfile
|
||||
volumes:
|
||||
- ../../api/src:/app/api/src
|
||||
- ../../api/src/voices:/app/api/src/voices
|
||||
|
|
Loading…
Add table
Reference in a new issue