Add Celery configuration to settings and create Docker Compose file for services
This commit is contained in:
parent
fd09bf8aa3
commit
bae5d79ce8
2 changed files with 31 additions and 0 deletions
|
@ -131,3 +131,5 @@ LOGIN_REDIRECT_URL = "/"
|
|||
|
||||
YOUTUBE_API_KEY = os.getenv("YOUTUBE_API_KEY", "")
|
||||
YOUTUBE_OAUTH_SECRETS = os.getenv("YOUTUBE_OAUTH_SECRETS", "")
|
||||
|
||||
CELERY_BROKER_URL = os.getenv("CELERY_BROKER_URL", None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue