killkelleyr / stock_sim

Application for simulating actual trades
0 stars 0 forks source link

issue-56: Dockerize StockSim Django application #57

Closed killkelleyr closed 3 years ago

killkelleyr commented 3 years ago

Entire StockSim application is now within a docker container. We have two services, the db service hosted in mysql 5.7 and the django project is in a python 3.6 service.

closes #56