A simple web application that uses Docker and Docker Compose. Checkout my Intro to Docker - Part 2 (Networking, Docker Compose) and Docker in IntelliJ IDEA videos that goes with it!
Instructions to get the application up and running:
- Make sure docker is installed and running.
- Clone this repository.
- Build the application war (Run
mvn install
or use IntelliJ IDEA to build the war file). - Run
docker-compose up
. Give the application a few seconds to come up. - Access the application at http://localhost:8080/MyWebApp/