diff --git a/stacks/mealie/docker-compose.yaml b/stacks/mealie/docker-compose.yaml index 4831877..a48a506 100644 --- a/stacks/mealie/docker-compose.yaml +++ b/stacks/mealie/docker-compose.yaml @@ -16,7 +16,7 @@ services: - OIDC_PROVIDER_NAME=Authentik - OIDC_CLIENT_ID_FILE=/run/secrets/mealie_oidc_client_id - OIDC_CLIENT_SECRET_FILE=/run/secrets/mealie_oidc_client_secret - - OIDC_CONFIGURATION_URL=https://authentik-server:9000/application/o/authentik/.well-known/openid-configuration + - OIDC_CONFIGURATION_URL=https://auth.ulfrx.dev:9000/application/o/authentik/.well-known/openid-configuration - OIDC_ADMIN_GROUP=mealie-admins - OIDC_USER_GROUP=mealie-users - OIDC_AUTO_REDIRECT=false