By default, the application comes with an embedded version of redis, which was downloaded from Dockerhub (unmodified).
If you want to connect to an external redis instead, you can configure it like this:
redisConfig: internal: enabled: false external: enabled: true host: [Redis Host] port: [Redis Port]