Files
reflector/server/docker-compose.yml

20 lines
343 B
YAML

version: "3.9"
services:
# server:
# build:
# context: .
# ports:
# - 1250:1250
# environment:
# LLM_URL: "${LLM_URL}"
# MIN_TRANSCRIPT_LENGTH: "${MIN_TRANSCRIPT_LENGTH}"
# volumes:
# - model-cache:/root/.cache
redis:
image: redis:7.2
ports:
- 6379:6379
volumes:
model-cache: