mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-12 13:38:34 +03:00
feat: simplify docker files
This commit is contained in:
@@ -22,6 +22,7 @@ services:
|
||||
memory: 128M
|
||||
|
||||
worker:
|
||||
env_file: .env
|
||||
build:
|
||||
context: .
|
||||
dockerfile: worker.Dockerfile
|
||||
@@ -39,6 +40,7 @@ services:
|
||||
retries: 5
|
||||
|
||||
web:
|
||||
env_file: .env
|
||||
build:
|
||||
context: .
|
||||
dockerfile: web.Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user