--- services: rustical: image: ghcr.io/lennart-k/rustical:0.11.17 ports: - '4000:4000' volumes: - "${RUSTICAL_DATA_VOLUME:-/mnt/nas1/shared/rustical/:/var/lib/rustical/}" environment: RUSTICAL_OIDC__NAME: ${RUSTICAL_OIDC_NAME:-Authentik} RUSTICAL_OIDC__ISSUER: ${RUSTICAL_OIDC_ISSUER:-https://auth.fukurokuju.dev/application/o/rustical/} RUSTICAL_OIDC__CLIENT_ID: ${RUSTICAL_OIDC_CLIENT_ID} RUSTICAL_OIDC__CLIENT_SECRET: ${RUSTICAL_OIDC_CLIENT_SECRET} RUSTICAL_OIDC__CLAIM_USERID: ${RUSTICAL_OIDC_CLAIM_USERID:-preferred_username} RUSTICAL_OIDC__SCOPES: '["openid", "profile", "groups"]' RUSTICAL_OIDC__ALLOW_SIGN_UP: "true" RUSTICAL_FRONTEND__ALLOW_PASSWORD_LOGIN: ${RUSTICAL_FRONTED_ALLOW_PASSWORD_LOGIN:-false}