Update logging configuration

This commit is contained in:
Sonny Bakker 2023-06-27 20:37:47 +02:00
parent 2a0c0072a4
commit 89d88ccceb
3 changed files with 25 additions and 25 deletions

View file

@ -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: