Replaces the figment/segment/Forge stack with a single ComfyUI backend fronted by Open WebUI's native ComfyUI integration. ComfyUI is built from the official manual install for NVIDIA. Ships txt2img and img2img workflow templates plus matching node-mapping JSONs that paste into Open WebUI's admin panel. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
405 B
Bash
10 lines
405 B
Bash
# 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
|