DJANGO_LOG_LEVEL can be passed through env to override value of DEBUG

This commit is contained in:
David Kennedy 2024-01-30 05:59:03 -05:00
parent 0546bd08e5
commit 9da326be16
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -25,6 +25,8 @@ services:
- DJANGO_SECRET_KEY=really-long-random-string-BNPecI7+s8jMahQcGHZ3XQ5yUfRrSibdapVLIz0UemdktVPofDKcoy
# Run Django in debug mode on local
- DJANGO_DEBUG=True
# Set DJANGO_LOG_LEVEL in env
- DJANGO_LOG_LEVEL
# Run Django without production flags
- IS_PRODUCTION=False
# Tell Django where it is being hosted