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
- Host: GitHub
- URL: https://github.com/geoboom/covid-dashboard-docker
- Owner: geoboom
- Created: 2020-05-19T16:57:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T03:56:24.000Z (almost 5 years ago)
- Last Synced: 2024-08-13T07:13:21.514Z (8 months ago)
- Language: R
- Homepage:
- Size: 112 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - geoboom/covid-dashboard-docker - Old parent repository for docker-compose and nginx config (R)
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.