An open API service indexing awesome lists of open source software.

https://github.com/geoboom/covid-dashboard-docker

Old parent repository for docker-compose and nginx config
https://github.com/geoboom/covid-dashboard-docker

Last synced: 4 months ago
JSON representation

Old parent repository for docker-compose and nginx config

Awesome Lists containing this project

README

        

# COVID DASHBOARD ORCHESTRATOR
NGINX as reverse proxy to /api and /map endpoints.

## INSTALLATION
1. install `docker-engine` and `docker-compose`, following instructions on docker
website.
2. clone this repo: `git clone https://github.com/geoboom/covid-dashboard-docker.git`
3. `cd covid-dashboard-docker`
4. `git submodule init && git submodule update` to update the frontend and
backend submodules.
5. `docker-compose up -d` to build the docker containers and up them.