https://github.com/stepankuzmin/docker-compose-osrm
Docker Compose OSRM Usage Example
https://github.com/stepankuzmin/docker-compose-osrm
docker docker-compose osrm
Last synced: about 1 month ago
JSON representation
Docker Compose OSRM Usage Example
- Host: GitHub
- URL: https://github.com/stepankuzmin/docker-compose-osrm
- Owner: stepankuzmin
- Created: 2019-03-19T11:09:00.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-19T11:27:01.000Z (about 7 years ago)
- Last Synced: 2025-03-26T18:15:40.878Z (about 1 year ago)
- Topics: docker, docker-compose, osrm
- Language: Shell
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker Compose OSRM
## Usage
Clone repo
```shell
git clone https://github.com/stepankuzmin/docker-compose-osrm.git
cd docker-compose-osrm
```
Setup environment variables
```shell
cp example.env .env
```
Start OSRM
```shell
./start.sh
```