Update docker-compose.yml

This commit is contained in:
McCloudS
2023-10-24 11:16:55 -06:00
committed by GitHub
parent b157d90903
commit 92149fec61

View File

@@ -14,6 +14,8 @@ version: '2'
- "SKIPIFINTERNALSUBLANG=eng"
- "PLEXTOKEN=plextoken"
- "PLEXSERVER=http://plexserver:32400"
- "JELYFINTOKEN=token here"
- "JELLYFINSERVER="http://jellyfin:8096"
- "WEBHOOKPORT=8090"
- "CONCURRENT_TRANSCRIPTIONS=2"
- "WORD_LEVEL_HIGHLIGHT=False"
@@ -22,6 +24,7 @@ version: '2'
- "PATH_MAPPING_FROM=/tv"
- "PATH_MAPPING_TO=/Volumes/TV"
- "TRANSCRIBE_DEVICE=cpu"
- "MODEL_PATH=."
volumes:
- "${TV}:/tv"
- "${MOVIES}:/movies"