Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 616 Bytes

readme.md

File metadata and controls

23 lines (15 loc) · 616 Bytes

docker-photon

What is photon ?

Photon is an open source geocoder built for OpenStreetMap data on top of ElasticSearch.

How it work ?

For build the image (pssst, go take your coffee, it's very very long !) :

docker build -t photon:0.2.7 .

For run a container with the image :

docker run -d -p 2322:2322 photon:0.2.7

Credits

Photon is a komoot project: Github.

This image was made by Kevin Mollenhauer and Valentin Michalak from IKB4Stream team.