lizmap-stack-docker

feature-image

lizmap-stack-docker

I wanted to revamp my website (officinecartografiche.net) with some services:

  • static website
  • pelican blog
  • lizmap
  • postgis

all served with subdomains Following this DigitalOcean tutorial Moved everything to Hetzner [https://www.hetzner.com/] and got a domain name on OVH [https://www.ovh.com/]

I set up [Caddy Server 2] (https://caddyserver.com/) a reverse proxy to easily manage subdomains.

I pulled [jancelin/docker-lizmap] (https://github.com/jancelin/docker-lizmap) docker-compose repo on my github and started playing around in order to adapt the general concept to my website

What I need to do:

1. find out how to upload file into Lizmap project folder usign nextcloud

  1. test lizmap with a sample [project] (https://github.com/jancelin/docker-lizmap/tree/master/files/qgis)

  2. parameters tune up

  3. create a landing page

  4. import old blog post in Pelican

  5. assess the need of a postgis DB

  6. use redis to speed up services

Docker-compose list: Caddyserver Portainer Nextcloud Postgis Lizmap QgisServer Redis

SUGGESTIONS ARE WELCOME