ZHAW - IT Security Lab - Application Containerized using Maven's spotify docker plugin.
To spin up the project, run:
docker-compose up
or, build the images yourself with your own username prefix, which currently are:
- database: ademord/marketplace_db
- glassfish: ademord/glassfish
- project image built with maven: ademord/webshop
mvn clean package docker:build
Be careful with the prefixes! Remember to update the project image, since it uses the glassfish image as base. Look at the 3rd commit of the project to see what was done to containerize it.