{"id":17498328,"url":"https://github.com/simonepri/docker-osrm-backend","last_synced_at":"2025-03-29T17:22:21.293Z","repository":{"id":66098964,"uuid":"100702602","full_name":"simonepri/docker-osrm-backend","owner":"simonepri","description":"🛣 The Open Source Routing Machine Docker ready!","archived":false,"fork":false,"pushed_at":"2017-08-18T12:36:46.000Z","size":9,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-04T18:23:23.166Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://project-osrm.org/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simonepri.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-18T10:42:49.000Z","updated_at":"2018-07-29T17:19:07.000Z","dependencies_parsed_at":"2023-10-15T22:08:10.338Z","dependency_job_id":null,"html_url":"https://github.com/simonepri/docker-osrm-backend","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/simonepri%2Fdocker-osrm-backend","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonepri%2Fdocker-osrm-backend/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonepri%2Fdocker-osrm-backend/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simonepri%2Fdocker-osrm-backend/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simonepri","download_url":"https://codeload.github.com/simonepri/docker-osrm-backend/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246216538,"owners_count":20742005,"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":[],"created_at":"2024-10-19T16:27:51.739Z","updated_at":"2025-03-29T17:22:21.269Z","avatar_url":"https://github.com/simonepri.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-osrm-backend\n\u003e 🛣 The Open Source Routing Machine Docker ready!\n\nThis image is based on the official [osrm-backend](https://hub.docker.com/r/osrm/osrm-backend/) Docker image with the addition of some awesome features!\n\n## Features\n* Download and precomputes maps on startup only if it's necessary.\n* Configurable with ENV variables.\n\n## Configuration\nYou need to specify those env vars in order to make the startup process successfully.\n\n Name | Description\n------|-------------\n**OSRM_MAP_NAME** | The name of the maps you want to download used as filename.\n**OSRM_MAP_URL** | The URL from where the map file will be downloaded. Check [Geofabrik](http://download.geofabrik.de/) for download URLs.\n**OSRM_EXT_PROFILE** | The profile to use to extract the road network. See [profiles](https://github.com/Project-OSRM/osrm-backend/wiki/Profiles) for more info about them.\n**OSRM_API_PARAMS** | Custom flags to pass to the osrm-routed command. The list of flags is available [here](https://github.com/Project-OSRM/osrm-backend/blob/8aa93f32ccd02ed3cdde2429715cdc9366be87f3/features/options/routed/help.feature#L10)\n\n## Usage\nExample of usage.\n\n```bash\n$ docker pull simonepri/osrm-backend\n$ docker run -d -p 5000:5000 --name osrm-api -e OSRM_MAP_NAME=\"center-italy\" -e OSRM_MAP_URL=\"http://download.geofabrik.de/europe/italy/centro-latest.osm.pbf\" -e OSRM_EXT_PROFILE=\"car\" -e OSRM_API_PARAMS=\"--port 5000\" simonepri/osrm-backend:latest\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonepri%2Fdocker-osrm-backend","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimonepri%2Fdocker-osrm-backend","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimonepri%2Fdocker-osrm-backend/lists"}