[Feature] 添加Dockerfile

This commit is contained in:
ibuler
2017-01-07 20:07:33 +08:00
parent b670259ab6
commit 9c6c6d6b4c
9 changed files with 36 additions and 9 deletions

View File

@@ -56,7 +56,7 @@ class Config:
# When Django start it will bind this host and port
# ./manage.py runserver 127.0.0.1:8080
# Todo: Gunicorn or uwsgi run may be use it
HTTP_BIND_HOST = '127.0.0.1'
HTTP_BIND_HOST = '0.0.0.0'
HTTP_LISTEN_PORT = 8080
# Use Redis as broker for celery and web socket