We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade2b40 commit 3a7eb3bCopy full SHA for 3a7eb3b
dockercloud.yml
@@ -6,7 +6,7 @@ redis:
6
restart: always
7
result:
8
autoredeploy: true
9
- image: 'instavote/result:latest'
+ image: 'docker/example-voting-app-result:latest'
10
ports:
11
- '80:80'
12
@@ -22,12 +22,12 @@ lb:
22
23
vote:
24
25
- image: 'instavote/vote:latest'
+ image: 'docker/example-voting-app-vote:latest'
26
27
target_num_containers: 5
28
29
worker:
30
31
- image: 'instavote/worker:latest'
+ image: 'docker/example-voting-app-worker:latest'
32
33
target_num_containers: 3
0 commit comments