# Copy to .env (git-ignored) and fill in. # Email used for Let's Encrypt registration + expiry notices. ACME_EMAIL=admin@example.com # Hostname for the Traefik dashboard (needs a DNS record pointing at the host). TRAEFIK_DASHBOARD_HOST=traefik.example.com # Basic-auth line(s) for the dashboard. Generate with: # htpasswd -nbB admin 'your-password' # NOTE: in a .env file, do NOT double the $ characters (that's only needed when # putting the value directly in a compose label). TRAEFIK_DASHBOARD_AUTH=admin:$2y$05$replace_with_real_bcrypt_hash