Compare commits
No commits in common. "43d3d7201180cba4f565a7353238f16710dd2593" and "ccd229a4663fd6c18ac8ca353d8a5e5cfda60228" have entirely different histories.
43d3d72011
...
ccd229a466
|
@ -7,11 +7,11 @@ services:
|
|||
- HTTP_ADDRESS=0.0.0.0:3002
|
||||
- OIDC_CLIENT_ID=local-test
|
||||
- OIDC_CLIENT_SECRET=local-test
|
||||
- OIDC_ISSUER_URL=
|
||||
- OIDC_ISSUER_URL=https://msedev.crous-toulouse.fr/auth/
|
||||
- OIDC_REDIRECT_URL=http://localhost:3002
|
||||
- OIDC_POST_LOGOUT_REDIRECT_URL=http://localhost:3002
|
||||
- OIDC_ACR_VALUES=
|
||||
ports:
|
||||
- 80:3002
|
||||
- 3002:3002
|
||||
network_mode: host
|
||||
|
||||
|
|
Loading…
Reference in New Issue