It looks like 0.30 doesn't include the redis mod (that allows the redis container name to be set with env variable to avoid clashes with other containers named 'redis' on the same server).
Any chance that can be included in a future release?
It looks like 0.30 doesn't include the redis mod (that allows the redis container name to be set with env variable to avoid clashes with other containers named 'redis' on the same server).
Any chance that can be included in a future release?
That's part of misago-docker
and not Misago itself, so I can take care of it without having to do new release. 🙂
Done. Env vars are:
CACHE_REDIS_URL
: defaults to redis://redis/0
CELERY_BROKER_URL
: defaults to redis://redis/1
Thank you. It saves me manually changing it every time I push a new version of misago-image.