discord-standupbot
discord-standupbot copied to clipboard
Add docker support
- 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
@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?