Update docker-compose.yml
Updated to pull from Dockerhub.
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user