securitybot icon indicating copy to clipboard operation
securitybot copied to clipboard

Added Docker support

Open patricklecuyer opened this issue 8 years ago • 4 comments

Made modifs to ease dockerized deployment. List of changes:

  • Modified scripts to allow taking config options from env variables rather than hardcoded
  • Added Dockerfile to create docker image
  • Create entrypoint script to initialize database and start bot or frontend
  • Updated documentation.

patricklecuyer avatar Feb 26 '17 21:02 patricklecuyer

Travis CI build fails because of a pre-existing bug on master. Added PR #10 to fix that bug.

patricklecuyer avatar Feb 26 '17 22:02 patricklecuyer

Looks good to me. Luke's going to give it one last look through before merging. Thanks for the PR!

eastebry avatar Mar 06 '17 23:03 eastebry

Made some minor changes (mostly cosmetic in docs, had an env var defined twice, and one missing). Also fixed docker-compose file to add a persistent volume for db. Let me know if you need anything else for a merge.

patricklecuyer avatar Mar 14 '17 01:03 patricklecuyer

Love to get this in

NeckBeardPrince avatar Apr 05 '17 20:04 NeckBeardPrince