mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
docs: improve documentation
This commit is contained in:
@@ -1,17 +1,20 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
traefik:
|
||||
container_name: whisperbox-transcribe_traefik
|
||||
|
||||
redis:
|
||||
container_name: whisperbox_redis
|
||||
container_name: whisperbox-transcribe_redis
|
||||
|
||||
worker:
|
||||
container_name: whisperbox_worker
|
||||
container_name: whisperbox-transcribe_worker
|
||||
env_file: .env
|
||||
# <GPU SUPPORT>
|
||||
# build:
|
||||
# dockerfile: worker.gpu.Dockerfile
|
||||
volumes:
|
||||
- whisperbox-data:/etc/whisperbox/data
|
||||
- whisperbox-transcribe-data:/etc/whisperbox-transcribe/data
|
||||
# <GPU SUPPORT>
|
||||
# deploy:
|
||||
# resources:
|
||||
@@ -22,12 +25,12 @@ services:
|
||||
# capabilities: [gpu]
|
||||
|
||||
web:
|
||||
container_name: whisperbox_web
|
||||
container_name: whisperbox-transcribe_web
|
||||
env_file: .env
|
||||
volumes:
|
||||
- whisperbox-data:/etc/whisperbox/data
|
||||
- whisperbox-transcribe-data:/etc/whisperbox-transcribe/data
|
||||
labels:
|
||||
- "traefik.http.routers.web.entrypoints=web"
|
||||
|
||||
volumes:
|
||||
whisperbox-data:
|
||||
whisperbox-transcribe-data:
|
||||
|
||||
Reference in New Issue
Block a user