|
|
@ -66,6 +66,6 @@ services: |
|
|
|
- OIDC_TOKEN_URI=${AUTH_URL}/api/oidc/token |
|
|
|
- OIDC_TOKEN_URI=${AUTH_URL}/api/oidc/token |
|
|
|
- OIDC_USERINFO_URI=${AUTH_URL}/api/oidc/userinfo |
|
|
|
- OIDC_USERINFO_URI=${AUTH_URL}/api/oidc/userinfo |
|
|
|
- OIDC_DISPLAY_NAME=Authelia |
|
|
|
- OIDC_DISPLAY_NAME=Authelia |
|
|
|
- OIDC_SCOPES="openid profile email" |
|
|
|
- OIDC_SCOPES="openid groups email profile" |
|
|
|
ports: |
|
|
|
ports: |
|
|
|
- 3000:3000 |
|
|
|
- 3000:3000 |
|
|
|