For your convenience, we do have an easy way of launch different configurations of the UPS, using our Docker compose files
By the following command you can startup this project locally using Docker-Compose.
docker-compose -f docker-compose.yaml up
❗
|
There is a bug on docker-compose for Mac with does not expose internal docker IP. To fix it you will need following the steps in Solving bug in Mac OS to use Docker-Compose |
-
Replace the keycloak service host to your IP machine in the exportKeycloakHost.sh as follows.
export KEYCLOAK_SERVICE_HOST=192.168.1.14 # change for you machine IP