This commit is contained in:
27
compose.yml
Normal file
27
compose.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
services:
|
||||
whisper:
|
||||
image: lscr.io/linuxserver/faster-whisper:3.1.0
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- whisper_network
|
||||
ports:
|
||||
- 10300:10300
|
||||
environment:
|
||||
PUID: "2022" # whisper
|
||||
PGID: "2022" # whisper
|
||||
TZ: "Etc/UTC"
|
||||
# DEBUG: "true"
|
||||
# LOCAL_ONLY: "true"
|
||||
WHISPER_BEAM: "1"
|
||||
WHISPER_LANG: "en"
|
||||
WHISPER_MODEL: "base.en"
|
||||
volumes:
|
||||
- data:/config:rw
|
||||
|
||||
volumes:
|
||||
data:
|
||||
|
||||
networks:
|
||||
whisper_network:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user