-
Pre-requisite
Secret configuration configurations are encrypted with ANYVALUE. Export the encryption key or add to env variables of the host
key : ENCRYPT_KEY, value : ANYVALUE
Ex: LINUX-MAC
export ENCRYPT_KEY=ANYVALUE
docker stop $(docker ps -aq)
docker rm $(docker ps -aq)
docker rmi -f $(docker images -q)
-
Build Images
mvn clean package docker:build
-
Running All Microservices
docker-compose -f docker/docker-compose.yml up