Moar fixes

This commit is contained in:
2025-09-07 13:00:30 +02:00
parent 8c84e27a0a
commit 5c68154775
4 changed files with 57 additions and 20 deletions

View File

@@ -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