rkhozinov / disease-area

A tool to show disease area interactively on a map
MIT License
0 stars 1 forks source link

Dockerizing Flask With Compose and Machine

Disease-area is a tool to show hospitals and disease area of poplutation on a map

Featuring:

How to run

SQLite is used during developing. If the db isn't exist - flask-sqlalchemy initializes it automatically from the model.

docker compose up -d
<vm_ip>:80 - nginx 
<vm_ip>:8080 - application