# Copy to .env and fill in. docker compose picks .env up automatically. # ─── Public hostname ──────────────────────────────────────────────────────── # Bare hostname (no scheme) where beszel will be reached. BESZEL_DOMAIN=monitoring.example.com # Email for Let's Encrypt registration / expiry notifications. ACME_EMAIL=admin@example.com # Allow OIDC sign-in to auto-create user accounts on first login. Set to # "false" if you want to manually pre-create users in the admin UI before # anyone can log in. USER_CREATION=true # ─── Image tags ───────────────────────────────────────────────────────────── BESZEL_TAG=latest CADDY_TAG=2-alpine