# Docker Production

* adds further settings to create a production-ready docker configuration
This commit is contained in:
2022-01-10 15:27:19 +01:00
parent 670a81c3f5
commit 77855b40ee
6 changed files with 48 additions and 5 deletions

View File

@@ -30,7 +30,7 @@ BASE_DIR = os.path.dirname(
SECRET_KEY = '5=9-)2)h$u9=!zrhia9=lj-2#cpcb8=#$7y+)l$5tto$3q(n_+'
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = [
"127.0.0.1",