Sign inSign up

arunvelsriram/byor

By arunvelsriram

Updated almost 9 years ago

ThoughtWorks build-your-own-radar Docker image.

Image
0

327

arunvelsriram/byor repository overview

build-your-own-radar is a tool that generates an interactive radar, inspired by thoughtworks.com/radar.

build-your-own-radar is a static website that uses data from Google Sheets. This image serves the static website content through nginx.

Running BYOR

$ docker pull arunvelsriram/byor $ docker run --rm -p 8080:80 -e SERVER_NAMES="localhost 127.0.0.1" arunvelsriram/byor $ open http://localhost:8080

The environment variable SERVER_NAMES is used to pass the valid domain names to nginx. For example, if you want to serve through your domains example-radar.com and www.example-radar.com then use:

SERVER_NAMES="example-radar.com www.example-radar.com"

Image versions

For now there are no image versions. Only the latest version is available through this repository.

Tag summary

Content type

Image

Digest

Size

42.8 MB

Last updated

almost 9 years ago

docker pull arunvelsriram/byor