mirror of
https://github.com/matatonic/openedai-speech
synced 2025-06-26 18:16:32 +00:00
14 lines
351 B
YAML
14 lines
351 B
YAML
services:
|
|
server:
|
|
build:
|
|
dockerfile: Dockerfile.min # piper for all models, no gpu/nvidia required, ~1GB
|
|
image: ghcr.io/matatonic/openedai-speech-min
|
|
env_file: speech.env
|
|
ports:
|
|
- "8000:8000"
|
|
volumes:
|
|
- ./voices:/app/voices
|
|
- ./config:/app/config
|
|
# To install as a service
|
|
restart: unless-stopped
|