This commit is contained in:
cangui 2025-08-16 16:57:08 +02:00
parent 3171b467bf
commit 652109befb

View File

@ -10,6 +10,7 @@ services:
- THREADS=2 # ajustez selon vos cores (léger par défaut)
- CONTEXT_SIZE=1024 # contexte réduit pour tests
- DEBUG=false
- DISABLE_DOWNLOAD=false
command: ["--models-path", "/models", "--address", "0.0.0.0:8080"]
healthcheck:
test: ["CMD", "curl", "-fsS", "http://localhost:8080/v1/models"]