AUTHENTIK_IMAGE=docker.io/authentik/server AUTHENTIK_TAG=2026.2.2 PG_DB=authentik PG_USER=authentik PG_PASS=change-me-postgres-password AUTHENTIK_SECRET_KEY=change-me-authentik-secret-key AUTHENTIK_BOOTSTRAP_EMAIL=admin@example.local AUTHENTIK_BOOTSTRAP_PASSWORD=change-me-admin-password AUTHENTIK_BOOTSTRAP_TOKEN=change-me-bootstrap-token APP_URL=http://localhost:3000 AUTHENTIK_PUBLIC_URL=http://localhost:9000 AUTHENTIK_INTERNAL_URL=http://host.docker.internal:9000 AUTHENTIK_API_TOKEN=change-me-api-token AUTHENTIK_LOGIN_FLOW=mm-custom-authentication-flow OIDC_CLIENT_ID=mm-custom-frontend OIDC_CLIENT_SECRET=change-me-oidc-client-secret OIDC_ISSUER=http://localhost:9000/application/o/mm-custom-frontend/ OIDC_REDIRECT_URI=http://localhost:3000/auth/callback COOKIE_SECURE=false AUTH_DEBUG=false