16 lines
387 B
YAML
16 lines
387 B
YAML
services:
|
|
youtube-auto-dub:
|
|
build: .
|
|
image: youtube-auto-dub:gradio
|
|
ports:
|
|
- "7860:7860"
|
|
environment:
|
|
LM_STUDIO_BASE_URL: "http://host.docker.internal:1234/v1"
|
|
LM_STUDIO_API_KEY: "lm-studio"
|
|
LM_STUDIO_MODEL: "gemma-3-4b-it"
|
|
volumes:
|
|
- ./.cache:/app/.cache
|
|
- ./output:/app/output
|
|
- ./logs:/app/logs
|
|
- ./temp:/app/temp
|