This app is used to help you construct a full CICD pipeline using Jenkins, Github, and DTR. This is based on the example voting app with multiple services. It is run with Docker Compose and uses Docker Networking to connect containers together.
- A Python webapp which lets you vote between two options
- A Redis queue which collects new votes
- A Java worker which consumes votes and stores them in…
- A Postgres database backed by a Docker volume
- A Node.js webapp which shows the results of the voting in real time
This app requires special instructions to be deployed as instructed in Lab #9 in Docker Tutorials Repo.
The app will be running on port 5000 on your Docker host, and the results will be on port 5001.