Add Docker image support
This commit is contained in:
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
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
|
||||
Reference in New Issue
Block a user