Skip to content

Deployment examples for QGIS Server, covering everything from the caching mechanism to the web client

Notifications You must be signed in to change notification settings

pblottiere/qgis-server-stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

qgis-server-stack

⚠️ THIS IS A MINIMAL TESTING ENVIRONMENT FOR QGIS SERVER DEPLOYMENT, DO NOT USE IN PRODUCTION

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.

docker-compose

alt text

QGIS Server stack example:

$ docker-compose up --scale qgisserver=2 -d

Then:

  • 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/

About

Deployment examples for QGIS Server, covering everything from the caching mechanism to the web client

Resources

Stars

Watchers

Forks

Languages