alan-turing-institute / CounterfactualCovid19

Repository for the Leeds-Turing project for simulating a counterfactual history of the growth of COVID-19 cases in Europe
4 stars 2 forks source link

configuring dashboard to run on Azure #131

Open Sparrow0hawk opened 3 years ago

Sparrow0hawk commented 3 years ago

This PR (addresses #126) includes a number of changes to allow the dashboard application to run on Azure both as an azure container instance or as a multi-container Azure Webapp.

Summary of changes:

This PR can be tested locally (Docker required):

$ cd CounterfactualCovid19

$ git fetch origin pull/131/head:pr-131

$ git checkout pr-131

$ docker-compose up -d

This will run the docker-compose.yml and the app will be served locally at http://localhost/

jemrobinson commented 3 years ago

I'm planning on taking a look at this but don't have time right now.