From 0f64aef3dbb30b44172a161ce31589812c97c47d Mon Sep 17 00:00:00 2001 From: RhoderickGalero <95960118+RhoderickGalero@users.noreply.github.com> Date: Tue, 31 Oct 2023 08:22:21 +0100 Subject: [PATCH] Update README.md --- README.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/README.md b/README.md index b56ccc5..8dea3e3 100644 --- a/README.md +++ b/README.md @@ -4,30 +4,6 @@ A simple distributed application running across multiple Docker containers. ## Getting started -Download [Docker Desktop](https://www.docker.com/products/docker-desktop) for Mac or Windows. [Docker Compose](https://docs.docker.com/compose) will be automatically installed. On Linux, make sure you have the latest version of [Compose](https://docs.docker.com/compose/install/). - -This solution uses Python, Node.js, .NET, with Redis for messaging and Postgres for storage. - -Run in this directory to build and run the app: - -```shell -docker compose up -``` - -The `vote` app will be running at [http://localhost:5000](http://localhost:5000), and the `results` will be at [http://localhost:5001](http://localhost:5001). - -Alternately, if you want to run it on a [Docker Swarm](https://docs.docker.com/engine/swarm/), first make sure you have a swarm. If you don't, run: - -```shell -docker swarm init -``` - -Once you have your swarm, in this directory run: - -```shell -docker stack deploy --compose-file docker-stack.yml vote -``` - ## Run the app in Kubernetes The folder k8s-specifications contains the YAML specifications of the Voting App's services.