Ben Firshman
1a0b0c8b54
Set redis socket timeout to 5s
2016-06-18 10:15:57 -07:00
Ben Firshman
4d5ce4862e
Increase size of "processed by" text
2016-06-18 10:14:04 -07:00
Aanand Prasad
daaa19fa96
Architecture diagram
2016-06-18 10:12:34 -07:00
Ben Firshman
8e0440b843
Update readme
2016-06-18 10:12:27 -07:00
Ben Firshman
df96dfd638
Add Node debugging
...
and simplify Compose file
2016-06-18 10:04:44 -07:00
Ben Firshman
64839f70dc
Merge pull request #19 from bfirsh/vote-refactoring
...
Various pieces of vote refactoring
2016-06-18 18:29:45 +02:00
Ben Firshman
c6a5cc9b1c
Merge pull request #20 from bfirsh/add-ci-test-for-docker-cloud
...
Docker Cloud stack file and CI tests
2016-06-18 18:29:31 +02:00
Borja Burgos
2d3fe7d299
fixing bug in dockercloud.yml
...
lb was linking to the wrong service (web instead of voting-app)
2016-06-17 20:53:42 -07:00
Borja Burgos
9eccee1ac2
adding dockercloud.yml
2016-06-17 20:52:38 -07:00
Borja Burgos
874a4bc79a
adding CI test for Docker Cloud
2016-06-17 20:52:33 -07:00
Aanand Prasad
aa05c12ab7
Always show total vote count
2016-06-17 19:50:54 -07:00
Aanand Prasad
4b62828661
Extract vote collection function
2016-06-17 19:50:49 -07:00
Aanand Prasad
1f1a6f97a2
Fix percentage recalculation when both votes are zero
2016-06-17 19:50:42 -07:00
Ben Firshman
34acff585a
Run flask server multithreaded
2016-06-17 15:24:14 -07:00
Ben Firshman
f029fcccc2
Merge pull request #18 from natemcmaster/dotnet
...
Implement worker as a .NET Core app
2016-06-13 02:22:20 +01:00
Nate McMaster
e5489683c8
Recreate worker as a .NET Core app
2016-06-11 14:26:04 -07:00
Ben Firshman
6562cee08c
Merge pull request #16 from bfirsh/lazily-connect-to-redis
...
Lazily connect to Redis in voting app
2016-06-10 19:31:18 +01:00
Ben Firshman
5ce97c05fe
Lazily connect to Redis in voting app
...
Allows voting app to boot up without anything else.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-06-09 18:03:55 -07:00
Ben Firshman
e7b46707bd
Merge pull request #15 from bfirsh/add-gitignore-remove-pyc
...
Add gitignore remove pyc
2016-06-03 23:46:53 +01:00
Ben Firshman
4cce340ca6
Add .gitignore to ignore future *.pyc
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-06-03 15:45:04 -07:00
Ben Firshman
702958b0d8
Remove .pyc file
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-06-03 15:44:49 -07:00
Ben Firshman
45f53434db
Merge pull request #14 from ManoMarks/master
...
Porting to Alpine images
2016-05-04 13:01:41 +01:00
Mano Marks
3978756bb2
Moving result app to be based on node:5.11.0-slim, adding back links in docker-compose.yml, and removing explicit container names
2016-05-03 19:35:26 -07:00
Mano Marks
be0e4e2ff2
fixing app.py
2016-04-25 12:04:59 -07:00
Mano Marks
261eb03102
adding in improvements from when we ran the birthday party app. Mostly fixed the Dockerfiles so they use Alpine for the base images. That required re-working the Java worker Docker file. Removed links from compose file. cleaned up a few things like a tab instead of a space in app.py
2016-04-25 11:28:21 -07:00
Ben Firshman
10a3a3b68a
Merge pull request #12 from bfirsh/add-license-maintainers
...
Add LICENSE and MAINTAINERS
2016-04-01 18:46:05 +01:00
Ben Firshman
e41af6b81c
Add LICENSE and MAINTAINERS
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-03-31 11:49:23 -07:00
Ben Firshman
7629961971
Merge pull request #5 from bfirsh/readme-fixes
...
Readme fixes
2016-02-04 20:27:19 +00:00
Ben Firshman
0d19451246
Fix typo in image name
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-02-04 12:26:42 -08:00
Ben Firshman
b9dc5990fa
Remove -d from Compose command
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-02-04 12:26:23 -08:00
Ben Firshman
6aa86f6a12
Merge pull request #3 from bfirsh/compose-file-2
...
Convert app to use Compose file 2
2016-02-04 19:57:27 +00:00
Dave Tucker
bb24708128
Add Networks!
...
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
2016-02-04 11:29:17 -08:00
Ben Firshman
878cdeb583
Move everything into the root directory
...
The separate vote-apps directory was because networking didn't
used to support aliases to remove the project name.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-02-04 10:53:27 -08:00
Ben Firshman
94c0d7b507
Convert app to use Compose file 2
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2016-02-04 10:53:23 -08:00
Ben Firshman
4f9d03c3cc
Add Docker Hub images to readme
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2015-12-09 16:57:17 +00:00
Ben Firshman
a745474d3d
Merge pull request #1 from marcellodesales/master
...
Update README.md with reference to the Blog
2015-12-09 16:56:35 +00:00
Marcello de Sales
fa48d81276
Update README with basic architecture section
...
Adding the description of the architecture extracted from the blog entry.
2015-11-16 20:18:35 -08:00
Marcello de Sales
8df1d3727a
Update README.md with reference to the Blog
...
This just adds the URL to the blog entry at https://blog.docker.com/2015/11/docker-toolbox-compose/
2015-11-16 20:14:53 -08:00
Ben Firshman
87d9e8e07d
Initial commit
2015-11-15 20:59:29 +01:00