various interface changes

This commit is contained in:
Hugh Rundle 2024-01-09 18:11:22 +11:00
commit 2445fadf63
Signed by: hugh
GPG key ID: A7E35779918253F9
21 changed files with 172 additions and 137 deletions

View file

@ -11,8 +11,8 @@ services:
web:
build: .
env_file: .env
# command: python manage.py runserver 0.0.0.0:8000
command: gunicorn --env DJANGO_SETTINGS_MODULE=ausglamr.settings ausglamr.wsgi --workers=10 --threads=4 -b 0.0.0.0:8000
command: python manage.py runserver 0.0.0.0:8000
# command: gunicorn --env DJANGO_SETTINGS_MODULE=ausglamr.settings ausglamr.wsgi --workers=10 --threads=4 -b 0.0.0.0:8000
volumes:
- .:/app
depends_on: