# Brand assets (per-instance) This directory is bind-mounted into the container at `/app/brand` (see `docker-compose.yml`). Drop instance branding images here and point the matching `BRAND_*` env vars at them, e.g.: ``` BRAND_LOGO=/brand/logo.png BRAND_HERO=/brand/hero.png BRAND_FAVICON=/brand/favicon.ico ``` Leave the vars blank to use the built-in defaults (the hero falls back to a neutral built-in image; no logo/favicon is injected). Nothing here is required for the app to run — it renders cleanly with an empty `brand/`.