add new env variables for IdNot
This commit is contained in:
parent
d0050cf615
commit
2e26e1196a
@ -10,6 +10,11 @@ services:
|
||||
- ${FRONT_PORT}:${FRONT_PORT}
|
||||
environment:
|
||||
- FRONT_PORT
|
||||
- BACK_API_PROTOCOL
|
||||
- BACK_API_HOST
|
||||
- BACK_API_PORT
|
||||
- BACK_API_ROOT_URL
|
||||
- BACK_API_VERSION
|
||||
backend:
|
||||
image: "le-coffre-back"
|
||||
ports:
|
||||
@ -25,6 +30,10 @@ services:
|
||||
- APP_ROOT_URL
|
||||
- API_ROOT_URL
|
||||
- DEV_PRISMA_STUDIO_DB_URL
|
||||
- IDNOT_CONNEXION_URL
|
||||
- IDNOT_CLIENT_ID
|
||||
- IDNOT_CLIENT_SECRET
|
||||
- IDNOT_REDIRECT_URL
|
||||
|
||||
postgres:
|
||||
image: postgres
|
||||
@ -46,4 +55,4 @@ services:
|
||||
test: ["CMD-SHELL", "pg_isready -h localhost -U ${DATABASE_USER} -d ${DATABASE_NAME}"]
|
||||
interval: 5s
|
||||
timeout: 5s
|
||||
retries: 10
|
||||
retries: 10
|
Loading…
x
Reference in New Issue
Block a user