5 Commits

Author SHA1 Message Date
Krish
ecbcf68de7 Refactor Dockerfile post locale errors (#1410)
* Basing BigchainDB docker image from `python:3.6` in `Dockerfile` and `Dockerfile-dev`.
* Added ENV var for websocket interface
* Optimization to Dockerfile-dev to save build time during dev/test.
  Pre-installing the `pynacl` dependeny in separate command so that devs
  do not need to wait while testing. The trade-off is that devs will
  need to clear (`rmi`) the image to start from scratch.
2017-04-19 16:07:44 +02:00
Brett Sun
c533359424 Default Dockerfile-dev to configure BigchainDB for RethinkDB 2017-02-06 18:05:52 +01:00
Sylvain Bellemare
abd4a54a76 Add python3.4 and vim for dev & testing 2016-12-08 11:45:41 +01:00
Sylvain Bellemare
1ae08990c8 Docker dev setup docs (#653)
* Include configuration step in Dockerfile

* Document dev setup with docker-compose

* Add server API env vars and port

* Parameterize SERVER_BIND and API_ENDPOINT env vars

* Give a bit more detailed information on GET /
2016-10-05 11:25:45 +02:00
Sylvain Bellemare
93d3b55770 Re-work docker-compose file
use version 2 & dedicated dev dockerfile
2016-05-13 16:22:40 +02:00