gis-ops / valhalla-app

This is the demo web app running on https://valhalla.openstreetmap.de
https://valhalla.openstreetmap.de
MIT License
163 stars 90 forks source link

[FEATURE] Add docker-compose service #100

Closed Ananya2001-an closed 1 year ago

Ananya2001-an commented 1 year ago

Description

What kind of feature you are suggesting?

Adding docker compose service so that users don't have to install dependencies locally and can just run the docker compose file from terminal which will start the development server. We can also update the ReadMe to inform users about developing locally using docker compose if they have docker installed on their machine.

Does it solve any problem?

Removes load of installing dependencies locally. Nice for people who prefer docker to run their applications.

Screenshots

No response

Additional information

I have already started implementing it. I will raise a PR soon.