Delete dockercloud.yml

RIP Cloud.
This commit is contained in:
Bret Fisher 2018-10-29 22:20:53 +00:00 committed by GitHub
parent 768172eaf3
commit b35de77e58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,33 +0,0 @@
db:
image: 'postgres:9.4'
restart: always
redis:
image: 'redis:latest'
restart: always
result:
autoredeploy: true
image: 'docker/example-voting-app-result:latest'
ports:
- '80:80'
restart: always
lb:
autoredeploy: true
image: 'dockercloud/haproxy:latest'
links:
- vote
ports:
- "80:80"
roles:
- global
restart: always
vote:
autoredeploy: true
image: 'docker/example-voting-app-vote:latest'
restart: always
target_num_containers: 5
worker:
autoredeploy: true
image: 'docker/example-voting-app-worker:latest'
restart: always
target_num_containers: 3