mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 20:29:06 +00:00
12 lines
179 B
YAML
12 lines
179 B
YAML
version: "3.9"
|
|
services:
|
|
server:
|
|
build:
|
|
context: .
|
|
ports:
|
|
- 80:80
|
|
environment:
|
|
LLM_URL: "${LLM_URL}"
|
|
volumes:
|
|
- model-cache:/root/.cache
|