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?
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 doingpython -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?