add env var for Idnot

This commit is contained in:
OxSaitama 2023-04-13 14:34:53 +02:00
parent 2e26e1196a
commit 2ff3d44cc4
2 changed files with 6 additions and 1 deletions

View File

@ -21,5 +21,5 @@ version: 0.0.1
# incremented each time you make changes to the application. Versions are not expected to # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: 0.4.4 appVersion: 0.5.2

View File

@ -15,6 +15,11 @@ services:
- BACK_API_PORT - BACK_API_PORT
- BACK_API_ROOT_URL - BACK_API_ROOT_URL
- BACK_API_VERSION - BACK_API_VERSION
- FRONT_APP_HOST
- FRONT_APP_PORT
- IDNOT_AUTHORIZE_ENDPOINT
- IDNOT_CLIENT_ID
backend: backend:
image: "le-coffre-back" image: "le-coffre-back"
ports: ports: