{"id":21956711,"url":"https://github.com/yagajs/docker-mapproxy","last_synced_at":"2025-04-23T15:23:49.524Z","repository":{"id":47601908,"uuid":"82274171","full_name":"yagajs/docker-mapproxy","owner":"yagajs","description":"Docker files for mapproxy container","archived":false,"fork":false,"pushed_at":"2024-06-02T15:19:12.000Z","size":38,"stargazers_count":22,"open_issues_count":6,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-13T11:05:20.700Z","etag":null,"topics":["docker-mapproxy","dockerfile","mapproxy","yaga"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yagajs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-02-17T08:20:14.000Z","updated_at":"2022-12-13T15:17:30.000Z","dependencies_parsed_at":"2022-09-10T15:51:54.865Z","dependency_job_id":null,"html_url":"https://github.com/yagajs/docker-mapproxy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagajs%2Fdocker-mapproxy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagajs%2Fdocker-mapproxy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagajs%2Fdocker-mapproxy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yagajs%2Fdocker-mapproxy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yagajs","download_url":"https://codeload.github.com/yagajs/docker-mapproxy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250458206,"owners_count":21433822,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-mapproxy","dockerfile","mapproxy","yaga"],"created_at":"2024-11-29T08:37:55.134Z","updated_at":"2025-04-23T15:23:49.506Z","avatar_url":"https://github.com/yagajs.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mapproxy for Docker\n\nMapProxy docker image from the [YAGA Development-Team](https://yagajs.org)\n\n## Supported tags\n\n* `1.11.0`, `1.11`, `1`, `latest`\n* `1.11.0-alpine`, `1.11-alpine`, `1-alpine`, `alpine`\n* `1.10.4`, `1.10`\n* `1.10.4-alpine`, `1.10-alpine`\n* `1.10.3`\n* `1.10.3-alpine`\n* `1.10.2`\n* `1.10.2-alpine`\n* `1.10.1`\n* `1.10.1-alpine`\n* `1.10.0`\n* `1.10.0-alpine`\n* `1.9.1`, `1.9`\n* `1.9.1-alpine`, `1.9-alpine`\n* `1.9.0`\n* `1.9.0-alpine`\n* `1.8.2`, `1.8`\n* `1.8.2-alpine`, `1.8-alpine`\n* `1.8.1`\n* `1.8.1-alpine`\n* `1.8.0`\n* `1.8.0-alpine`\n* `1.7.1`, `1.7`\n* `1.7.1-alpine`, `1.7-alpine`\n* `1.7.0`\n* `1.7.0-alpine`\n\n## What is MapProxy\n\n[MapProxy](https://mapproxy.org/) is an open source proxy for geospatial data. It caches, accelerates and transforms\ndata from existing map services and serves any desktop or web GIS client.\n\n## Run container\n\nYou can run the container with a command like this:\n\n```bash\ndocker run -v /path/to/mapproxy:/mapproxy -p 8080:8080 yagajs/mapproxy\n```\n\n*It is optional, but recommended to add a volume. Within the volume mapproxy get the configuration, or create one\nautomatically. Cached tiles will be stored also into this volume.*\n\nThe container normally runs in [http-socket-mode](http://uwsgi-docs.readthedocs.io/en/latest/HTTP.html). If you will not\nrun the image behind a HTTP-Proxy, like [Nginx](http://nginx.org/), you can run it in direct http-mode by running:\n\n```bash\ndocker run -v /path/to/mapproxy:/mapproxy -p 8080:8080 yagajs/mapproxy mapproxy http\n```\n\n### Environment variables\n\n* `MAPPROXY_PROCESSES` default: 4\n* `MAPPROXY_THREADS` default: 2\n\n## Enhance the image\n\nYou can put a `mapproxy.yaml` into the `/docker-entrypoint-initmapproxy.d` folder on the image. On startup this will be\nused as MapProxy configuration. Attention, this will override an existing configuration in the volume!\n\nAdditional you can put shell-scripts, with `.sh`-suffix in that folder. They get executed on container startup.\n\nYou should use the `mapproxy` user within the container, especially not `root`!\n\n## Contributing\n\nYou are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull\nrequests, and do our best to process them as fast as we can.\n\nBefore you start to code, we recommend discussing your plans through a\n[GitHub issue](https://github.com/yagajs/docker-mapproxy/issues), especially for more ambitious contributions.\nThis gives other contributors a chance to point you in the right direction, give you feedback on your design, and help\nyou find out if someone else is working on the same thing.\n\n## License\n\nThis project is published under [ISC License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyagajs%2Fdocker-mapproxy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyagajs%2Fdocker-mapproxy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyagajs%2Fdocker-mapproxy/lists"}