Base image for qgis server | Read-only mirror of https://github.com/sogis/docker-qgis-server — Kanton Solothurn. Issues & pull requests at the source.
  • Dockerfile 86.8%
  • Shell 13.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2022-05-20 13:12:54 +02:00
.github/workflows enable pull image 2021-12-21 18:58:15 +01:00
conf initial commit 2021-12-21 16:14:20 +01:00
fonts initial commit 2021-12-21 16:14:20 +01:00
.dockerignore initial commit 2021-12-21 16:14:20 +01:00
.gitignore readme 2021-12-21 16:00:34 +01:00
apache2-run.sh initial commit 2021-12-21 16:14:20 +01:00
Dockerfile Update cron jobs start time 2022-05-20 13:12:54 +02:00
dockerlog-run.sh initial commit 2021-12-21 16:14:20 +01:00
LICENSE Initial commit 2021-12-21 15:54:12 +01:00
README.md readme 2021-12-21 16:00:34 +01:00
xvfb-run.sh initial commit 2021-12-21 16:14:20 +01:00

docker-qgis-server

Basisimage für QGIS-Server, damit a) das Erstellen des ÖREB-QGIS-Server Images schneller geht und b) eine linux/arm64-Variante zur Verfügung steht.

Achtung: Das linux/arm64-Image verwendet QGIS 3.10 aus dem Ubuntu-Repo. Im Ubuntugis-Repo gibt es keine linux/arm64-Pakete.

Usage

docker run -p 8083:80 -e QGIS_FCGI_MIN_PROCESSES=2 -e QGIS_FCGI_MAX_PROCESSES=2 sogis/qgis-server:3.16

Das Setzen der Min/Max-Env-Variablen ist notwendig, da sonst nach circa 10 Minuten der Server hängen bleibt. Im error.log steht "Im error.log steht dann "can't apply process slot for /usr/lib/cgi-bin/qgis_mapserv.fcgi"."