Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 947 Bytes

gisquick-docker.rst

File metadata and controls

25 lines (20 loc) · 947 Bytes

Gisquick Docker integration

Gisquick is intergrated to GIS.lab environment as Docker service. Gisquick application is split into 3 services running in Docker containers:

  • QGIS server
  • Django Application served with Gunicorn
  • Nginx Server

See more information in Gisquick documentation.

Gisquick docker files are located on GIS.lab master node in :file:`/opt/gislab/system/docker/gisquick/` folder. GIS.lab comes with modified Django image with LDAP support and HTTP as default protocol.

Gisquick service can managed from :file:`/opt/gislab/system/docker/gisquick/` folder on GIS.lab master node by standard docker-compose command, see Gisquick documentation for details.