justb4 / docker-mapfish-print

Docker image and tools for MapFish Print (currently v3)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-mapfish-print (formerly docker-mfprint)

Docker image and tools for MapFish Print (currently v3). Initially this Docker image is provided for the Dutch Kadaster but may be useful in other applications. See my repo docker-mapfish-print2 for a MapFish Print version 2 legacy Docker Image.

Log4J

This project does not use Log4J (nor v1 nor v2)! It uses Logback.

Building

With the script build.sh the Docker image can be build from the Dockerfile but this is not really necessary as you may use your own docker build commandline.

Build argumments with values if not passed to build:

  • IMAGE_TIMEZONE - timezone of Docker image, default "Europe/Amsterdam"
  • TOMCAT_EXTRAS - include Tomcat docs, examples etc? Best to leave out, default false
  • MFPRINT_APPS - include Standard MFP print-apps (examples)? default true

Build Options

The files under the config dir are automatically integrated in the Docker image as follows:

Running

The is a run.sh script but you may use the Docker image in any context like using Docker-compose etc.

Credits

About

Docker image and tools for MapFish Print (currently v3)

License:GNU General Public License v3.0


Languages

Language:HTML 64.9%Language:Dockerfile 26.0%Language:Shell 9.1%