Add OpenId login url and provider to login user

This commit is contained in:
Gregoire Parant 2021-11-12 19:35:34 +01:00
parent ca74f92051
commit 24a1f324c7
3 changed files with 4 additions and 1 deletions

View file

@ -44,6 +44,7 @@ services:
MAX_PER_GROUP: "$MAX_PER_GROUP"
MAX_USERNAME_LENGTH: "$MAX_USERNAME_LENGTH"
DISABLE_ANONYMOUS: "$DISABLE_ANONYMOUS"
OPID_LOGIN_SCREEN_PROVIDER: "$OPID_LOGIN_SCREEN_PROVIDER"
command: yarn run start
volumes:
- ./front:/usr/src/app