Merge branch 'master' into dist/debian/bullseye/master

This commit is contained in:
Matthieu Lamalle 2023-04-04 09:04:37 +02:00
commit 43d3d72011
1 changed files with 2 additions and 2 deletions

View File

@ -7,11 +7,11 @@ services:
- HTTP_ADDRESS=0.0.0.0:3002 - HTTP_ADDRESS=0.0.0.0:3002
- OIDC_CLIENT_ID=local-test - OIDC_CLIENT_ID=local-test
- OIDC_CLIENT_SECRET=local-test - OIDC_CLIENT_SECRET=local-test
- OIDC_ISSUER_URL=https://msedev.crous-toulouse.fr/auth/ - OIDC_ISSUER_URL=
- OIDC_REDIRECT_URL=http://localhost:3002 - OIDC_REDIRECT_URL=http://localhost:3002
- OIDC_POST_LOGOUT_REDIRECT_URL=http://localhost:3002 - OIDC_POST_LOGOUT_REDIRECT_URL=http://localhost:3002
- OIDC_ACR_VALUES= - OIDC_ACR_VALUES=
ports: ports:
- 3002:3002 - 80:3002
network_mode: host network_mode: host