Update docker-compose.yml

Updated to pull from Dockerhub.
This commit is contained in:
McCloudS
2023-01-30 15:48:43 -07:00
committed by GitHub
parent e911bc80dd
commit 03015722bf

View File

@@ -3,12 +3,10 @@ version: '2'
services:
subgen:
image: mccloud/subgen
container_name: subgen
ports:
- "8090:8090"
build:
dockerfile: ./subgen/Dockerfile
context: .
environment:
- "WHISPER_MODEL=medium"
- "WHISPER_SPEEDUP=False"