Skip to content
Snippets Groups Projects
Commit dc84ed65 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Updated README and defualt Docker Compose to support the DJANGO_DEV_SERVER switch.

parent 8fb5e8df
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,9 @@ Clean
Example Webapp configuraion
- SAFEMODE=False
- DJANGO_LOG_LEVEL=CRITICAL
- DJANGO_DEV_SERVER=True
- DJANGO_DEBUG=True
- DJANGO_LOG_LEVEL=ERROR
- ROSETTA_LOG_LEVEL=ERROR
- ROSETTA_TUNNEL_HOST=localhost # Not http or https
- ROSETTA_WEBAPP_HOST=
......@@ -58,7 +60,6 @@ Example Webapp configuraion
- DJANGO_PUBLIC_HTTP_HOST=http://localhost # Public facing, with http or https
### Extras
List all running services
......
......@@ -46,6 +46,7 @@ services:
hostname: webapp
environment:
- SAFEMODE=False
- DJANGO_DEV_SERVER=True
- DJANGO_DEBUG=True
- DJANGO_LOG_LEVEL=CRITICAL
- ROSETTA_LOG_LEVEL=DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment