bigchaindb / bigchaindb-examples

[deprecated] Examples and tutorials for BigchainDB use cases.
https://github.com/bigchaindb/kyber
48 stars 28 forks source link

Feat/interledger dockerize tornado #21

Closed sohkai closed 8 years ago

sohkai commented 8 years ago

Adds docker support for the Tornado server along with the ability to configure it with environment variables.

@sbellem I couldn't get both the api and ws servers running with on the app machine by doing python -m server.api & python -m server.tornado_app so I had to create a new machine for it. I think this is right approach anyway though?