Hosted here: http://godmc.mqtldb.org/. See https://github.com/MRCIEU/GoDMC-api and https://github.com/MRCIEU/godmc-database for the other components to the website. Note that there is a landing page website http://www.godmc.org.uk/ which is developed here: https://github.com/MRCIEU/godmc-website
To build locally and serve at http://localhost:8777
docker build -t godmc_mqtldb .
docker-compuse up -d
Currently deployed same as development, by running container on host website, and mounting the directory that contains the code
git clone git@github.com:MRCIEU/GoDMC_mQTLdb.git
cd GoDMC_mQTLdb
docker build -t godmc_mqtldb .
docker-compuse up -d