Skip to content

Commit 8e0440b

Browse files
committed
Update readme
1 parent df96dfd commit 8e0440b

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

README.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
1-
Example Voting App
2-
==================
1+
Instavote
2+
=========
33

4-
This is an example Docker app with multiple services. It is run with Docker Compose and uses Docker Networking to connect containers together. You will need Docker Compose 1.6 or later.
4+
Getting started
5+
---------------
56

6-
More info at https://blog.docker.com/2015/11/docker-toolbox-compose/
7+
Download [Docker for Mac or Windows](https://www.docker.com).
8+
9+
Run in this directory:
10+
11+
$ docker-compose up
12+
13+
The app will be running at [http://localhost:5000](http://localhost:5000), and the results will be at [http://localhost:5001](http://localhost:5001).
714

815
Architecture
916
-----
@@ -14,20 +21,3 @@ Architecture
1421
* A Postgres database backed by a Docker volume
1522
* A Node.js webapp which shows the results of the voting in real time
1623

17-
Running
18-
-------
19-
20-
Run in this directory:
21-
22-
$ docker-compose up
23-
24-
The app will be running on port 5000 on your Docker host, and the results will be on port 5001.
25-
26-
Docker Hub images
27-
-----------------
28-
29-
Docker Hub images for services in this app are built automatically from master:
30-
31-
- [docker/example-voting-app-voting-app](https://hub.docker.com/r/docker/example-voting-app-voting-app/)
32-
- [docker/example-voting-app-result-app](https://hub.docker.com/r/docker/example-voting-app-result-app/)
33-
- [docker/example-voting-app-worker](https://hub.docker.com/r/docker/example-voting-app-worker/)

0 commit comments

Comments
 (0)