Deployment examples:
docker-compose: offers a basic yet complete example for deploying a QGIS Server stack, covering everything from the caching mechanism to the web client, using Docker Compose.
QGIS Server stack example:
$ docker-compose up --scale qgisserver=2 -dThen:
- 2 instances of QGIS Server are running
- cached data is in
mapproxy/cache_data/countries_cache_EPSG3857 - web client is available on http://localhost:8080/
