muawiakh 241af47a32 Automation of multi node BigchainDB deployment for dev/test
- Setup single/multi node BigchainDB cluster using
  - Vagrant
  - Ansible
- Updated documentation
2017-11-16 12:51:46 +01:00

7 lines
316 B
YAML

---
# TODO: (muawiakh) Install docker-compose using pip
# docker_compose_pip_install: false #[true, false]
docker_compose_install: true #[true, false]
docker_compose_version: "1.15.0"
docker_compose_binary: /usr/local/bin/docker-compose
docker_compose_base_url: "https://github.com/docker/compose/releases/download/"