- restart container if it goes down
- connect to correct mastodon account!
- add check for `content` when parsing feeds
This commit is contained in:
Hugh Rundle 2024-01-27 11:26:05 +11:00
commit 6d6f1ad787
Signed by: hugh
GPG key ID: A7E35779918253F9
3 changed files with 13 additions and 3 deletions

View file

@ -11,6 +11,7 @@ services:
web:
build: .
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
volumes: