another ridiculously large commit

This commit is contained in:
Hugh Rundle 2024-01-26 11:00:26 +11:00
commit ff1d837eb6
Signed by: hugh
GPG key ID: A7E35779918253F9
39 changed files with 707 additions and 265 deletions

View file

@ -11,7 +11,7 @@ services:
web:
build: .
env_file: .env
command: python manage.py runserver 0.0.0.0:8000
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
volumes:
- .:/app