I want to add some optimization for container based scaling.
I described the issue in detail in https://github.com/kartoza/docker-qgis-server/issues/22.
If this is ok with you, we can implement the same idea to qgis 3 folder.
The default behaviour will be the same. But I added an environment variable called QGIS_CONF_FILE to customize which conf file that want to be activated. I added entrypoint script to check this environment variable at startup, default to original conf file if not set.
I should also change the README if this is acceptable.
Hi @timlinux ,
I want to add some optimization for container based scaling. I described the issue in detail in https://github.com/kartoza/docker-qgis-server/issues/22. If this is ok with you, we can implement the same idea to qgis 3 folder.
The default behaviour will be the same. But I added an environment variable called
QGIS_CONF_FILE
to customize which conf file that want to be activated. I added entrypoint script to check this environment variable at startup, default to original conf file if not set.I should also change the README if this is acceptable.