mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-08 03:28:35 +03:00
feat: add traefik, simplify docker setup
This commit is contained in:
25
docker-compose.prod.yml
Normal file
25
docker-compose.prod.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
redis:
|
||||
container_name: whisperbox_redis
|
||||
|
||||
worker:
|
||||
container_name: whisperbox_worker
|
||||
env_file: .env
|
||||
volumes:
|
||||
- whisperbox-data:/etc/whisperbox/data
|
||||
# <ENABLE GPU SUPPORT>
|
||||
# deploy:
|
||||
# resources:
|
||||
# reservations:
|
||||
# devices:
|
||||
# - driver: nvidia
|
||||
# count: 1
|
||||
# capabilities: [gpu]
|
||||
|
||||
web:
|
||||
container_name: whisperbox_web
|
||||
env_file: .env
|
||||
volumes:
|
||||
- whisperbox-data:/etc/whisperbox/data
|
||||
Reference in New Issue
Block a user