I’m using docker (docker-compose, actually) to run Survey Solutions and postgres containers.
(Also added a ngnix container in front to handle SSL certificates, but nevermind that).
Question is: how do I setup Google Maps API?
I don’t see anything about it in the documentation.
Is there an environment variable for this?
Also, is GeoTIFF also supported by the docker image?
Hello, all configuration settings are following pattern when provided via environment variables: HQ_SectionName__SettingName. In server setup there is a note on how configuration file should look like:
[GoogleMap]
ApiKey=%your api key%
So for docker you’d need to provide environment variable HQ_GoogleMap__ApiKey=%your key%
As far as I remember GeoTiff should be supported from basic docker image, no need for additional setup. Is it working for you?