Run a full asynchrone HTTP Qgis 3 server
This is a asynchronous HTTP server written in python on top of the tornado framework.
The server may be run as a self-contained single service or as a proxy server with an arbitrary number of workers running remotely or locally. Independant workers connect automatically to the front-end proxy with no need of special configuration on the proxy side. Thus, this is ideal for auto-scaling configuration for use with container orchestrator as Rancher, Swarm or Kubernetes.
docker run -p 8080:8080 \
-v /path/to/qgis/projects:/projects \
-e QGSRV_SERVER_WORKERS=2 \
-e QGSRV_LOGGING_LEVEL=DEBUG \
-e QGSRV_CACHE_ROOTDIR=/projects \
-e QGSRV_CACHE_SIZE=10 \
3liz/qgis-map-server
Content type
Image
Digest
sha256:db9ec9a80…
Size
595.5 MB
Last updated
19 days ago
docker pull 3liz/qgis-map-server:3.44