mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
fix: update Docker images to specific version tags for stability
This commit is contained in:
parent
8bc8661930
commit
bcc892cdc7
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
name: kokoro-tts
|
name: kokoro-tts
|
||||||
services:
|
services:
|
||||||
kokoro-tts:
|
kokoro-tts:
|
||||||
# image: ghcr.io/remsky/kokoro-fastapi-gpu:latest
|
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
|
||||||
|
@ -22,7 +22,7 @@ services:
|
||||||
|
|
||||||
# Gradio UI service
|
# Gradio UI service
|
||||||
gradio-ui:
|
gradio-ui:
|
||||||
image: ghcr.io/remsky/kokoro-fastapi-ui:latest
|
image: ghcr.io/remsky/kokoro-fastapi-ui:v0.1.0
|
||||||
# Uncomment below to build from source instead of using the released image
|
# Uncomment below to build from source instead of using the released image
|
||||||
# build:
|
# build:
|
||||||
# context: ../../ui
|
# context: ../../ui
|
||||||
|
|
Loading…
Add table
Reference in a new issue