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: