Add Variables to configure Caching
martialblog opened this issue · 2 comments
martialblog commented
We should add some variables to configure Caching. Especially when we want some autoscaling deployments.
LimeSurvey uses the Yii file cache by default, but it can be configured to use other cache engines. Possible other caches are:
Memcached Redis WinCache XCache
arjunsriva-woven commented
+1 this will be great!
martialblog commented
I looked into this and I don't think it's feasable to include specific config in the Dockerfile.
It is way simpler to just mount an existing config.php file, the entrypoint.sh already can handle that.