Add files via upload

This commit is contained in:
McCloudS
2023-01-28 10:37:06 -07:00
committed by GitHub
parent 0cec89ce37
commit 700432a4f8
3 changed files with 155 additions and 0 deletions

26
docker-compose.yml Normal file
View File

@@ -0,0 +1,26 @@
#docker-compose.yml
version: '2'
services:
subgen:
container_name: subgen
ports:
- "8090:8090"
build:
dockerfile: ./subgen/Dockerfile
context: .
environment:
- "WHISPER_MODEL=medium"
- "WHISPER_SPEEDUP=False"
- "WHISPER_THREADS=4"
- "WHISPER_PROCESSORS=1"
- "PROCADDEDMEDIA=True"
- "PROCMEDIAONPLAY=True"
- "NAMESUBLANG=aa"
- "UPDATEREPO=True"
volumes:
- "${TV}:/tv"
- "${MOVIES}:/movies"
- "${APPDATA}/subgen:/whisper.cpp"