I am planning a production setup for my Discourse installation and I would like to externalise database and redis.
In https://github.com/discourse/discourse_docker/blob/master/samples/web_only.yml I see variables for Postgress, allowing to configure it to be external.
For Redis it’s only DISCOURSE_REDIS_HOST
. Example value is data
.
What would be the right values for managed Redis? Are there any other variables and settings I should know about to make it work?