docker-compose is ok

This commit is contained in:
pycook
2023-07-11 18:12:22 +08:00
parent 109d4f1a2e
commit 6c56757a9d
11 changed files with 94 additions and 13741 deletions

View File

@@ -58,7 +58,12 @@ DEFAULT_MAIL_SENDER = ''
CELERY_RESULT_BACKEND = "redis://127.0.0.1:6379/2"
BROKER_URL = 'redis://127.0.0.1:6379/2'
BROKER_VHOST = '/'
ONCE = {
'backend': 'celery_once.backends.Redis',
'settings': {
'url': BROKER_URL,
}
}
# # SSO
CAS_SERVER = "http://sso.xxx.com"