Files
Transcriptarr/docker-compose.yml
McCloudS a2e6f79ecf Update docker-compose.yml
Added SKIPIFINTERNALSUBLANG as another option.
2023-01-30 14:46:09 -07:00

28 lines
607 B
YAML

#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=False"
- "NAMESUBLANG=aa"
- "UPDATEREPO=True"
- "SKIPIFINTERNALSUBLANG=eng"
volumes:
- "${TV}:/tv"
- "${MOVIES}:/movies"
- "${APPDATA}/subgen:/whisper.cpp"