diff --git a/docker-compose.yml b/docker-compose.yml index db79baf2..c96ee682 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 \ No newline at end of file