http
This commit is contained in:
@@ -8,4 +8,7 @@ AUTH_AUTHORITY=https://birdy.greact.online/oauth2
|
||||
USE_AUTH0=false
|
||||
AUTH_SUPPORTED_SCOPES=openid profile email groups
|
||||
AUTH_REDIRECT_URI=/nb-auth
|
||||
AUTH_SILENT_REDIRECT_URI=/nb-silent-auth
|
||||
AUTH_SILENT_REDIRECT_URI=/nb-silent-auth
|
||||
LETSENCRYPT_DOMAIN=none
|
||||
LETSENCRYPT_EMAIL=example@local
|
||||
NGINX_SSL_PORT=443
|
||||
@@ -30,6 +30,9 @@ services:
|
||||
- AUTH_SUPPORTED_SCOPES=${AUTH_SUPPORTED_SCOPES}
|
||||
- AUTH_REDIRECT_URI=${AUTH_REDIRECT_URI}
|
||||
- AUTH_SILENT_REDIRECT_URI=${AUTH_SILENT_REDIRECT_URI}
|
||||
- LETSENCRYPT_DOMAIN=${LETSENCRYPT_DOMAIN}
|
||||
- LETSENCRYPT_EMAIL=${LETSENCRYPT_EMAIL}
|
||||
- NGINX_SSL_PORT=${NGINX_SSL_PORT}
|
||||
expose:
|
||||
- "80"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user