discord-standupbot icon indicating copy to clipboard operation
discord-standupbot copied to clipboard

Add docker support

Open davad opened this issue 4 years ago • 1 comments

  • The docker-compose file to manage web and db containers
  • Uses supervisord in web container to manage bot and web processes
  • Web server uses uwsgi
  • Docker entrypoint script automatically runs migrations at start time if env DJANGO_MANAGEPY_MIGRATE is set to 'on'
  • Had to change BASE_DIR in settings.py to fix a bug with collectstatic at container build time

davad avatar Apr 02 '20 01:04 davad

@fijter I noticed this PR is still open. Have you had a chance to review it? Are there any changes I should make to it?

davad avatar Oct 31 '20 03:10 davad