mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Turning on docker DEBUG.
This commit is contained in:
parent
311d55a2b4
commit
57d37aa833
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -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:
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue