mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Update docker-compose.yml
This commit is contained in:
parent
ab091ff405
commit
cd0b82ce96
1 changed files with 3 additions and 3 deletions
|
@ -33,10 +33,10 @@ services:
|
||||||
start_period: 1s
|
start_period: 1s
|
||||||
|
|
||||||
kokoro-tts:
|
kokoro-tts:
|
||||||
image: ghcr.io/remsky/kokoro-fastapi-gpu:v0.0.5post1
|
# image: ghcr.io/remsky/kokoro-fastapi-gpu:v0.0.5post1
|
||||||
# Uncomment below (and comment out above) to build from source instead of using the released image
|
# Uncomment below (and comment out above) to build from source instead of using the released image
|
||||||
# build:
|
build:
|
||||||
# context: .
|
context: .
|
||||||
volumes:
|
volumes:
|
||||||
- ./api/src:/app/api/src
|
- ./api/src:/app/api/src
|
||||||
- ./Kokoro-82M:/app/Kokoro-82M
|
- ./Kokoro-82M:/app/Kokoro-82M
|
||||||
|
|
Loading…
Add table
Reference in a new issue