diff --git a/docker-compose.yml b/docker-compose.yml index 4e1780b7a..fa7b8024f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,3 +1,6 @@ +#################################################### +# Not production ready, only for local development # +#################################################### version: "3.8" services: @@ -20,7 +23,7 @@ services: container_name: tum-live-worker depends_on: - tum-live - - vod-service + #- vod-service # Omitted for local development due to size. Comment out to use voice-service build: worker platform: linux/amd64 environment: @@ -68,16 +71,17 @@ services: - ./init.sql:/data/application/init.sql - mariadb-data:/var/lib/mysql restart: always - voice-service: - container_name: tum-live-voice-service - image: ghcr.io/tum-dev/tum-live-voice-service:latest - environment: - - TRANSCRIBER=whisper - - WHISPER_MODEL=tiny - - MAX_WORKERS=10 - - DEBUG=1 - volumes: - - mass:/mass +# Omitted for local development due to size. Comment out to use voice-service +# voice-service: +# container_name: tum-live-voice-service +# image: ghcr.io/tum-dev/tum-live-voice-service:latest +# environment: +# - TRANSCRIBER=whisper +# - WHISPER_MODEL=tiny +# - MAX_WORKERS=10 +# - DEBUG=1 +# volumes: +# - mass:/mass volumes: recordings: