Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
dockersamples#280
Added the official image locations of Voting-app , Result-app and the worker
  • Loading branch information
AtriChatterjee1 committed Mar 8, 2023
1 parent 3accda9 commit ee63206
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ kubectl delete -f k8s-specifications/

![Architecture diagram](architecture.excalidraw.png)

* A front-end web app in [Python](/vote) which lets you vote between two options
* A front-end web app in [Python](https://hub.docker.com/r/dockersamples/examplevotingapp_vote) which lets you vote between two options
* A [Redis](https://hub.docker.com/_/redis/) which collects new votes
* A [.NET](/worker/) worker which consumes votes and stores them in…
* A [.NET](https://hub.docker.com/r/dockersamples/examplevotingapp_worker) worker which consumes votes and stores them in…
* A [Postgres](https://hub.docker.com/_/postgres/) database backed by a Docker volume
* A [Node.js](/result) web app which shows the results of the voting in real time
* A [Node.js](https://hub.docker.com/r/dockersamples/examplevotingapp_result) web app which shows the results of the voting in real time

## Notes

Expand Down

0 comments on commit ee63206

Please sign in to comment.