# Copy to .env and fill in. DO NOT commit .env. # # Secrets themselves live as files under authelia/secrets/ (also gitignored) # so they can be mounted into the container without env-var leakage. This # .env only holds non-secret tunables. # Pin your image versions. Bump to current stable when you upgrade -- # check https://github.com/authelia/authelia/releases and # https://github.com/crazy-max/docker-fail2ban/releases. AUTHELIA_VERSION=4.39 FAIL2BAN_VERSION=latest # Used by both containers for log timestamps. Set to your IANA zone. TZ=America/New_York