Skip to content

Instantly share code, notes, and snippets.

@niallo
Last active December 30, 2015 13:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save niallo/7833556 to your computer and use it in GitHub Desktop.
Save niallo/7833556 to your computer and use it in GitHub Desktop.
Customize Strider Docker via environment variables
docker run -d -p 3000:3000 \
-e SERVER_NAME=https://strider.myhost.com \
-e DB_URI=mongodb://foo.com/strider \
-e PLUGIN_GITHUB_APP_ID=foo \
-e PLUGIN_GITHUB_APP_SECRET=bar niallo/strider
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment