add new env variables for IdNot

This commit is contained in:
OxSaitama 2023-04-12 17:25:37 +02:00
parent d0050cf615
commit 2e26e1196a

View File

@ -10,6 +10,11 @@ services:
- ${FRONT_PORT}:${FRONT_PORT} - ${FRONT_PORT}:${FRONT_PORT}
environment: environment:
- FRONT_PORT - FRONT_PORT
- BACK_API_PROTOCOL
- BACK_API_HOST
- BACK_API_PORT
- BACK_API_ROOT_URL
- BACK_API_VERSION
backend: backend:
image: "le-coffre-back" image: "le-coffre-back"
ports: ports:
@ -25,6 +30,10 @@ services:
- APP_ROOT_URL - APP_ROOT_URL
- API_ROOT_URL - API_ROOT_URL
- DEV_PRISMA_STUDIO_DB_URL - DEV_PRISMA_STUDIO_DB_URL
- IDNOT_CONNEXION_URL
- IDNOT_CLIENT_ID
- IDNOT_CLIENT_SECRET
- IDNOT_REDIRECT_URL
postgres: postgres:
image: postgres image: postgres