Revert accidental docker->master merge

This commit is contained in:
2022-02-04 14:24:31 +01:00
parent 380634d170
commit db834b581e
9 changed files with 21 additions and 203 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ app.config_from_object('django.conf:settings', namespace='CELERY')
app.autodiscover_tasks()
# Declare redis as broker
app.conf.broker_url = f"redis://{os.environ.get('REDIS_HOST')}:6379/0"
app.conf.broker_url = 'redis://localhost:6379/0'
@app.task(bind=True)