Update docker files (#598)

* Add redis to docker-compose, bump worker count to 4
* Add workers & missing SECRET_KEY error
* Remove uwsgi specific files
* Parse database host in `docker-entrypoint.sh`. Closes #587
This commit is contained in:
Kevin Chung
2018-03-25 04:25:33 -04:00
committed by GitHub
parent aedd753f4e
commit b78589d20d
4 changed files with 28 additions and 55 deletions

View File

@@ -1,3 +0,0 @@
from CTFd import create_app
app = create_app()