overviewer / Overviewer-Web

the docker swarm running overviewer.org
9 stars 10 forks source link

Overviewer Web

Source for https://overviewer.org:

Confidential Files

Place an ASCII-armored private GPG key dump in buildbot/codesign.asc e.g.:

$ gpg --export-secret-key YOUR_EMAIL_HERE > codesign.asc

Create a confidential.env file using confidential.env.example as an example.

Once those are in place, you can rebuild the images and bring everything online with:

docker-compose build
docker-compose up -d

Local Development

Add ENV=dev to confidential.env. This will disable EC2 builders and configure Buildbot to use local resources (i.e. localhost URLs).

Further confidential.env settings available (not applicable in production environment):