feat: simplify docker files

This commit is contained in:
Felix Spöttel
2023-06-27 20:20:12 +02:00
parent 12525925bf
commit 7d75b9acd6
6 changed files with 17 additions and 28 deletions

View File

@@ -1,8 +1,8 @@
version: "3.8"
name: whisperbox-transcribe
services:
traefik:
container_name: whisperbox-transcribe_traefik
ports:
- "80:80"
- "443:443"
@@ -22,12 +22,7 @@ services:
- ./data/letsencrypt:/letsencrypt
- /var/run/docker.sock:/var/run/docker.sock:ro
redis:
container_name: whisperbox-transcribe_redis
worker:
container_name: whisperbox-transcribe_worker
env_file: .env
# <GPU SUPPORT>
# build:
# dockerfile: worker.gpu.Dockerfile
@@ -43,8 +38,6 @@ services:
# capabilities: [gpu]
web:
container_name: whisperbox-transcribe_web
env_file: .env
volumes:
- whisperbox-transcribe-data:/etc/whisperbox-transcribe/data/
labels: