Moar fixes
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
version: "3.9"
|
||||
services:
|
||||
podx-web:
|
||||
build: ./app
|
||||
@@ -26,7 +25,7 @@ services:
|
||||
podx-worker:
|
||||
build: ./app
|
||||
container_name: podx-worker
|
||||
command: ["python", "worker.py"]
|
||||
command: ["rq", "worker", "-u", "redis://redis:6379/0", "default"]
|
||||
env_file: [.env]
|
||||
environment:
|
||||
MEILI_URL: http://meili:7700
|
||||
@@ -36,6 +35,7 @@ services:
|
||||
TMP_ROOT: /tmpdl
|
||||
WHISPER_MODEL: large-v3
|
||||
WHISPER_PRECISION: int8
|
||||
PYTHONPATH: /app
|
||||
volumes:
|
||||
- ${LIBRARY_HOST_DIR:-./library}:/library
|
||||
- ${TRANSCRIPTS_HOST_DIR:-./transcripts}:/transcripts
|
||||
|
Reference in New Issue
Block a user