mirror of
https://github.com/byo-software/steam-openid-connect-provider.git
synced 2025-01-09 09:56:22 +00:00
9 lines
No EOL
202 B
Docker
9 lines
No EOL
202 B
Docker
FROM nginx
|
|
|
|
ENV SSL_CERT=/tmp/dev.local.crt
|
|
ENV SSL_KEY=/tmp/dev.local.key
|
|
|
|
ENV KEYCLOAK_URI=http://keycloak:8080
|
|
ENV STEAMIDP_URI=http://steamidp:80
|
|
|
|
ADD ./proxy_ssl.conf.template /etc/nginx/templates/ |