errbit-docker
errbit-docker copied to clipboard
Environment variables
Hi
Please could you provide some example of passing the environment variable to errbit.
I tried docker run -d --name errbit --link mongodb:mongodb -e GITHUB_URL="https://github.example.com" -e GITHUB_API_URL="https://github.example.com/api/v3" -p 3000:3000 griff/errbit to point at our enterprise github, but when clicking the login with github button, it just redirects to public github.
Thanks
Oli