You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following environment variables need to be defined when building the container image:
SITE_URL (e.g. "http://localhost:8000/")
OIDC_CLIENT_AUTHORITY_PATH (e.g. "/o/")
OIDC_CLIENT_REDIRECT_URI_PATH (e.g. "/auth/callback")
otherwise the container will fail to build. Can, or should, the variables be moved to run-time variables so that the container image can be built without them?
See #22 from @ryanlovett
The text was updated successfully, but these errors were encountered: