camptocamp / docker-tinyows

BSD 2-Clause "Simplified" License
2 stars 2 forks source link

Docker image for TinyOWS

Here is a sample Dockerfile for using it:

FROM camptocamp/tinyows

COPY tinyows.xml /etc/mapserver/

The main configuration file should be /etc/mapserver/tinyows.xml.

Or you can use the image as is and mount volumes to customize it.

Only tags for minor releases exist, not tag for bug fixes.

Tuning

You can use the following environment variables (when starting the container) to tune it:

Contributing

Install the pre-commit hooks:

pip install pre-commit
pre-commit install --allow-missing-config