From 6eab5e5322d082e83177fd6e9a8d34d094bfe8c9 Mon Sep 17 00:00:00 2001 From: "marco.martorana@eng.it" <marco.martorana@eng.it> Date: Mon, 27 Sep 2021 16:59:44 +0200 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c4290d1..e360a12 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -23,7 +23,7 @@ services: build: context: . environment: - - IDM_URI=http://host.docker.internal:8089/auth + - IDM_URI=http://localhost:8081/auth - SPRING_DATASOURCE_URL=jdbc:postgresql://postgres:5432/dashboarddb - IDM_USER4VIEW_USERNAME=urbanite - IDM_USER4VIEW_PASSWORD=urbanite @@ -44,4 +44,4 @@ networks: volumes: postgres-data: - driver: local \ No newline at end of file + driver: local -- GitLab