Update logging configuration
This commit is contained in:
parent
2a0c0072a4
commit
89d88ccceb
3 changed files with 25 additions and 25 deletions
|
|
@ -30,8 +30,7 @@ services:
|
|||
context: .
|
||||
dockerfile: ./docker/django
|
||||
command: |
|
||||
celery worker
|
||||
-n worker1@%h
|
||||
celery worker -n worker1@%h
|
||||
-n worker2@%h
|
||||
--app newsreader
|
||||
--loglevel INFO
|
||||
|
|
@ -60,8 +59,7 @@ services:
|
|||
target: production
|
||||
entrypoint: /app/bin/docker-entrypoint.sh
|
||||
command: |
|
||||
gunicorn
|
||||
--bind 0.0.0.0:8000
|
||||
gunicorn --bind 0.0.0.0:8000
|
||||
--workers 3
|
||||
newsreader.wsgi:application
|
||||
healthcheck:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue