version: "3.8" services: redis: container_name: whisperbox_redis worker: container_name: whisperbox_worker env_file: .env # # build: # dockerfile: worker.gpu.Dockerfile volumes: - whisperbox-data:/etc/whisperbox/data # # deploy: # resources: # reservations: # devices: # - driver: nvidia # count: 1 # capabilities: [gpu] web: container_name: whisperbox_web env_file: .env volumes: - whisperbox-data:/etc/whisperbox/data labels: - "traefik.http.routers.web.entrypoints=web" volumes: whisperbox-data: