This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
|
FROM quay.io/pusher/oauth2_proxy
|
|
|
|
COPY templates /templates
|
|
|
|
ENV OAUTH2_PROXY_EMAIL_DOMAINS=*
|
|
ENV OAUTH2_PROXY_PROVIDER=oidc
|
|
ENV OAUTH2_PROXY_CUSTOM_TEMPLATES_DIR=/templates
|
|
ENV OAUTH2_PROXY_HTTP_ADDRESS=:4180
|