TrentOrienta applicaction backend
mvn clean package -Dmaven.test.skip=true java -Dserver.contextPath=/trentorienta -Dserver.port=7016 -jar target/trentorientaService-1.0.0.jar
Build image
docker build -t smartcommunitylab/trentorienta .
Run image
docker run -p 8080:8080 smartcommunitylab/trentorienta
Docker compose
docker-compose up
Set environment variables to run the applications. Apart from standard Spring properties, the app may require (if not from docker compose)
MONGO_HOST
Mongo Host serviceMONGO_PORT
Mongo PortMONGO_DB
name of the Database to use