Admin portal container

The following environment variables are supported during container deployment:

NGINX

  • PROXY_PORT The port on which the NGINX will listen for incoming requests.

    • Default: 80
  • BACKEND_PROXY_PROTO, BACKEND_URL_BASE The protocol (http/https) and the URL for the LLMGW container endpoint. NGINX will proxy the requests to an endpoint in the format of ${BACKEND_PROXY_PROTO}://${BACKEND_URL_BASE}/

    • BACKEND_PROXY_PROTO Default: http
  • ENABLE_HSTS If enabled, adds the Strict-Transport-Security header to the proxy responses. See MDN Docs On HSTS for more info.

    • Default: false