Sign inSign up

wildsong/mapproxy

By wildsong

•Updated over 4 years ago

MapProxy is a proxy for WMS and other mapping services, this project wraps it.

Image
0

312

wildsong/mapproxy repository overview

⁠Mapproxy

Mapproxy is a service to proxy and cache WMS map services.

(Actually it does a lot more than that. See the link under "Thanks")

⁠Locale

This image has the PROJ datum file for North America built in, if you need a different one drop me a line.

⁠How to run Mapproxy in Docker.

This is how you could start Mapproxy, but I use Docker Compose. There is a sample docker-compose.yml in the Github set up to work with an nginx reverse proxy. The config/ folder has a startup configuration file. There is also an examples/ folder that has more suggested configurations for different services.

docker run -d --name=mapproxy \
    -p 8080:8080 \
    -v ${PWD}/config:/srv/mapproxy/config:ro -v cache:/srv/mapproxy/cache \
    wildsong/mapproxy:latest /srv/mapproxy/config/services

⁠Project status

2022-03-03 It's working, and it has the latest mapproxy pulled from git.

⁠Github repository

See the repository at https://github.com/Wildsong/docker-mapproxy⁠

⁠Author

Brian Wilson [email protected]⁠

⁠Thanks

Of course to the Mapproxy⁠ team first of all.

This Docker image is pushed from a Github action via the modern convenience of mr-smithers-excellent/docker-build-push.

This README is uploaded from Github README.docker.md via the marvel of peter-evans/dockerhub-description.

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 4 years ago

docker pull wildsong/mapproxy