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.
2020-06-09 07:26:03 +00:00
|
|
|
FROM quay.io/oauth2-proxy/oauth2-proxy
|
2019-11-11 17:13:46 +00:00
|
|
|
|
|
|
|
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
|