mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-13 08:15:21 +02:00
avoid creating unnecessary conf files
This commit is contained in:
parent
46abee5294
commit
0800eb639e
11 changed files with 179 additions and 124 deletions
|
|
@ -156,8 +156,8 @@ services:
|
|||
MINIO_SECURE: "false"
|
||||
|
||||
# Number of uvicorn worker processes (each is its own process bound to a
|
||||
# distinct port starting at 8000). nginx load-balances across them with
|
||||
# least_conn — see setup_remote.sh.
|
||||
# distinct port starting at 8000). dograh-init renders nginx upstreams
|
||||
# from this value and nginx load-balances across them with least_conn.
|
||||
FASTAPI_WORKERS: "${FASTAPI_WORKERS:-1}"
|
||||
|
||||
# Langfuse — credentials can be set here or per-organization via the UI
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue