Added support for multiple Eval Pipeline UIs (#1830)

This commit is contained in:
hagen-danswer
2024-07-14 15:16:20 -07:00
committed by GitHub
parent dae4f6a0bd
commit 1b864a00e4
8 changed files with 72 additions and 644 deletions

View File

@@ -179,9 +179,8 @@ services:
- web_server
environment:
- DOMAIN=localhost
ports:
- "80:80"
- "3000:80" # allow for localhost:3000 usage, since that is the norm
ports:
- "${NGINX_PORT:-3000}:80" # allow for localhost:3000 usage, since that is the norm
volumes:
- ../data/nginx:/etc/nginx/conf.d
logging: