Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
37 lines (28 loc) · 1.08 KB

File metadata and controls

37 lines (28 loc) · 1.08 KB

UnifiedPush Server - Docker Compose

Using Docker-Compose

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

Solving bug in Mac OS to use Docker-Compose

  1. 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