fixes
- restart container if it goes down - connect to correct mastodon account! - add check for `content` when parsing feeds
This commit is contained in:
parent
a79b771e6c
commit
6d6f1ad787
3 changed files with 13 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue