server: started updating documentation

This commit is contained in:
2023-10-27 20:08:00 +02:00
committed by Mathieu Virbel
parent d8a842f099
commit e405ccb8f3
4 changed files with 46 additions and 16 deletions

View File

@@ -5,10 +5,19 @@ services:
context: server
ports:
- 1250:1250
environment:
LLM_URL: "${LLM_URL}"
volumes:
- model-cache:/root/.cache
environment: ENTRYPOINT=server
worker:
build:
context: server
volumes:
- model-cache:/root/.cache
environment: ENTRYPOINT=worker
redis:
image: redis:7.2
ports:
- 6379:6379
web:
build:
context: www
@@ -17,4 +26,3 @@ services:
volumes:
model-cache: