# Copy to .env and edit. docker compose picks .env up automatically. # Public hostname/scheme your reverse proxy terminates. Used by Open WebUI for # auth redirects and email-link generation. OPEN_WEBUI_URL=http://localhost:3000 # Cookie-signing key. Generate once with: openssl rand -hex 32 # Must stay stable across restarts — rotating it logs every user out. OPEN_WEBUI_SECRET_KEY=change-me-please