Turning on docker DEBUG.

This commit is contained in:
Samuel Clay 2021-04-29 15:21:40 -04:00
parent 311d55a2b4
commit 57d37aa833
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ debug:
- CURRENT_UID=${CURRENT_UID} CURRENT_GID=${CURRENT_GID} docker attach ${newsblur}
log:
- docker-compose logs -f --tail 20 newsblur_web newsblur_node
logs:
alllogs:
- docker-compose logs -f --tail 20
# brings down containers
down:

View file

@ -19,7 +19,7 @@ SESSION_COOKIE_DOMAIN = 'localhost'
# ===================
DOCKERBUILD = True
DEBUG = False
# DEBUG = True
DEBUG = True
DEBUG_ASSETS = True
MEDIA_URL = '/media/'
IMAGES_URL = '/imageproxy'