Fix image names in dockercloud.yml

This commit is contained in:
Ben Firshman 2016-06-18 10:49:05 -07:00
parent ade2b40403
commit 3a7eb3b4b0

View File

@ -6,7 +6,7 @@ redis:
restart: always restart: always
result: result:
autoredeploy: true autoredeploy: true
image: 'instavote/result:latest' image: 'docker/example-voting-app-result:latest'
ports: ports:
- '80:80' - '80:80'
restart: always restart: always
@ -22,12 +22,12 @@ lb:
restart: always restart: always
vote: vote:
autoredeploy: true autoredeploy: true
image: 'instavote/vote:latest' image: 'docker/example-voting-app-vote:latest'
restart: always restart: always
target_num_containers: 5 target_num_containers: 5
worker: worker:
autoredeploy: true autoredeploy: true
image: 'instavote/worker:latest' image: 'docker/example-voting-app-worker:latest'
restart: always restart: always
target_num_containers: 3 target_num_containers: 3