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: services:
subgen: subgen:
image: mccloud/subgen
container_name: subgen container_name: subgen
ports: ports:
- "8090:8090" - "8090:8090"
build:
dockerfile: ./subgen/Dockerfile
context: .
environment: environment:
- "WHISPER_MODEL=medium" - "WHISPER_MODEL=medium"
- "WHISPER_SPEEDUP=False" - "WHISPER_SPEEDUP=False"