From a2a281a1fa44c1415711c891cac6896d7b2f3a19 Mon Sep 17 00:00:00 2001 From: Matthieu Lamalle Date: Tue, 4 Apr 2023 09:03:43 +0200 Subject: [PATCH] update docker compose --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 72ee033..35b1ff3 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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=https://msedev.crous-toulouse.fr/auth/ + - OIDC_ISSUER_URL= - OIDC_REDIRECT_URL=http://localhost:3002 - OIDC_POST_LOGOUT_REDIRECT_URL=http://localhost:3002 - OIDC_ACR_VALUES= ports: - - 3002:3002 + - 80:3002 network_mode: host