Skip to content

A simple web application that uses Docker and Docker Compose.

Notifications You must be signed in to change notification settings

unict-dmi-wsos/myWebApp-servletdemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyWebApp

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:

  1. Make sure docker is installed and running.
  2. Clone this repository.
  3. Build the application war (Run mvn install or use IntelliJ IDEA to build the war file).
  4. Run docker-compose up. Give the application a few seconds to come up.
  5. Access the application at http://localhost:8080/MyWebApp/

JetBrains team project

About

A simple web application that uses Docker and Docker Compose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.9%
  • Dockerfile 3.1%