docs: improve documentation

This commit is contained in:
Felix Spöttel
2023-03-01 17:55:06 +01:00
parent 7ece7944bf
commit ff8bd2547c
15 changed files with 106 additions and 58 deletions

View File

@@ -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: