Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
respect environment for DEBUG in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
escattone authored and jwhitlock committed Jan 31, 2017
1 parent f3381b2 commit 8f3e534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -20,7 +20,7 @@ services:
- CELERY_ALWAYS_EAGER=False
- CSRF_COOKIE_SECURE=False
- DATABASE_URL=mysql://root:kuma@mysql:3306/developer_mozilla_org
- DEBUG=True
- DEBUG=${DEBUG:-True}
- DOMAIN=localhost
- ES_URLS=elasticsearch:9200
- KUMASCRIPT_URL_TEMPLATE=http://kumascript:9080/docs/{path}
Expand Down

0 comments on commit 8f3e534

Please sign in to comment.