fixed up the docker

This commit is contained in:
Jonas Winkler
2020-11-07 12:47:17 +01:00
parent b0465e65c3
commit ae8a048ea6
7 changed files with 37 additions and 28 deletions

View File

@@ -307,7 +307,7 @@ CHANNEL_LAYERS = {
"default": {
"BACKEND": "channels_redis.core.RedisChannelLayer",
"CONFIG": {
"hosts": [("127.0.0.1", 6379)],
"hosts": [("broker", 6379)],
},
},
}