Commit Graph

8 Commits

Author SHA1 Message Date
vrde 55073366ec Problem: new env vars are not managed by the conf
Solution: add `BIGCHAINDB_` to new tendermint vars. Reference:
https://github.com/bigchaindb/bigchaindb/pull/2039#discussion_r167880795
2018-02-14 12:18:59 +01:00
Sylvain Bellemare c35e37be64 Problem: Unpublished ports with docker-compose
Solution: Publish the ports.

Closes #2041.
2018-02-13 12:08:19 +01:00
Sylvain Bellemare b8a33e0f30 Problem: tmdata tracked files change in dev env
Solution: Only track config.toml and generate the other files such as
genesis.json and priv_validator.json in the container via `tendermint
init`

Related issue: #1997
2018-02-13 12:02:34 +01:00
Sylvain Bellemare 1611e6e04b Mount other volumes for docker-compose dev 2018-02-08 16:48:04 +01:00
Sylvain Bellemare 8c600e7137 Pin tendermint to 0.13 2018-01-16 14:18:52 +01:00
muawiakh 2f8c9d77e8 Update docker compose files for tendermint
- BigchainDB does not use --init flag anymore
- Either we use `bigchaindb init` explicitly or `bigchaindb start --no-init`
  other wise `bigchaindb start` implicitly does an init
2017-12-01 15:37:42 +01:00
Sylvain Bellemare a19361cede Use env var to start or not, tendermint 2017-11-23 16:22:16 +01:00
Sylvain Bellemare 9b3d1e1c53 Add docker-compose for tendermint integration dev 2017-11-23 16:22:16 +01:00