mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00

- Change consists of two deployment models: - Using Vagrant(single node, with/without docker) - Using Ansible(single node, with/without docker) - Updated quickstart documentation. - Some WIP comments, which will be addressed later. Depending on the requirements.
7 lines
316 B
YAML
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/" |