bug fixes
- fix newsletters having a null pubdate - fix unsubscribe link not working - adjust worker and thread counts in docker compose
This commit is contained in:
parent
4502276d04
commit
c214c993ed
3 changed files with 3 additions and 3 deletions
|
|
@ -11,7 +11,7 @@ services:
|
|||
env_file: .env
|
||||
restart: unless-stopped
|
||||
command: python manage.py runserver 0.0.0.0:8000 # only use in dev
|
||||
# command: gunicorn --env DJANGO_SETTINGS_MODULE=ausglamr.settings ausglamr.wsgi --workers=10 --threads=4 -b 0.0.0.0:8000
|
||||
# command: gunicorn --env DJANGO_SETTINGS_MODULE=ausglamr.settings ausglamr.wsgi --workers=4 --threads=3 -b 0.0.0.0:8000
|
||||
volumes:
|
||||
- .:/app
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue