From 2ff3d44cc441eae18c10f3278ef29637cfca0fff Mon Sep 17 00:00:00 2001 From: OxSaitama Date: Thu, 13 Apr 2023 14:34:53 +0200 Subject: [PATCH] add env var for Idnot --- devops/Chart.yaml | 2 +- docker-compose.yml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/devops/Chart.yaml b/devops/Chart.yaml index 811868f9..88e0a620 100644 --- a/devops/Chart.yaml +++ b/devops/Chart.yaml @@ -21,5 +21,5 @@ version: 0.0.1 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 0.4.4 +appVersion: 0.5.2 diff --git a/docker-compose.yml b/docker-compose.yml index c96ee682..5de7b1cd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -15,6 +15,11 @@ services: - BACK_API_PORT - BACK_API_ROOT_URL - BACK_API_VERSION + - FRONT_APP_HOST + - FRONT_APP_PORT + - IDNOT_AUTHORIZE_ENDPOINT + - IDNOT_CLIENT_ID + backend: image: "le-coffre-back" ports: