├── LICENSE ├── README.md ├── haproxy.conf ├── haproxy.json ├── http-server.json ├── postgres.json ├── redis.json ├── resultapp.json ├── votingapp.json └── worker.json /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndemoor/dcos-docker-votingapp/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndemoor/dcos-docker-votingapp/HEAD/README.md -------------------------------------------------------------------------------- /haproxy.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndemoor/dcos-docker-votingapp/HEAD/haproxy.conf -------------------------------------------------------------------------------- /haproxy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndemoor/dcos-docker-votingapp/HEAD/haproxy.json -------------------------------------------------------------------------------- /http-server.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndemoor/dcos-docker-votingapp/HEAD/http-server.json -------------------------------------------------------------------------------- /postgres.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndemoor/dcos-docker-votingapp/HEAD/postgres.json -------------------------------------------------------------------------------- /redis.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndemoor/dcos-docker-votingapp/HEAD/redis.json -------------------------------------------------------------------------------- /resultapp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndemoor/dcos-docker-votingapp/HEAD/resultapp.json -------------------------------------------------------------------------------- /votingapp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndemoor/dcos-docker-votingapp/HEAD/votingapp.json -------------------------------------------------------------------------------- /worker.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ndemoor/dcos-docker-votingapp/HEAD/worker.json --------------------------------------------------------------------------------