feat: allow multiple models to be installed in docker container

This commit is contained in:
Felix Spöttel
2023-02-28 22:05:09 +01:00
parent 099a0eb1d7
commit 20f558584a
6 changed files with 18 additions and 18 deletions

View File

@@ -5,7 +5,7 @@ x-app-variables: &app-variables
DATABASE_URI: sqlite:///./whisperbox.sqlite
ENVIRONMENT: development
BROKER_URL: redis://redis:6379/0
WHISPER_MODEL: small
WHISPER_MODELS: small
services:
redis:
@@ -41,7 +41,7 @@ services:
context: ../../
dockerfile: docker/dev/worker.Dockerfile
args:
WHISPER_MODEL: small
WHISPER_MODELS: small
container_name: whisperbox_worker_dev
volumes:
- ../../:/code