docker
docker copied to clipboard
Run the Pelias geocoder in docker containers, including example projects.
Hey team! As it was written on the title. Are there ways to import more countries? If yes, should I write a new project called for example "MultipleCountries" and modify...
Added Kyrgyzstan country to docker/projects/
This library is the first experience most developers have with Pelias 🚀 When I originally wrote it, I wasn't expecting it to be so popular and to become the *default*...
Cloned another folder and set it up for Italy :wave: I did some awesome work for the Pelias project and would love for everyone to have a look at it...
### Use-cases Currently if you deploy Pelias Docker containers to a public facing space, there is a good chance you will stumble into a world of pain. In my specific...
**Describe the bug** Unable to start default pelias docker with default portland-metro project due to "Elasticsearch service did not come up, check configuration" error **Steps to Reproduce** 1. on a...
If you look at the individual projects within this repository, they all contain 3 primary files: - `pelias.json` - `.env` - `docker-compose.yml` The first two are pretty project specific, but...
It would be really handy for users of Pelias to be able to experiment with geocoding on a map when using the docker setup. Being able to actually use an...
If the Elasticsearch datadir is not owned by the user specified in $DOCKER_USER, Elasticsearch will fail to start. Since https://github.com/pelias/docker/pull/55 the helper scripts attempt to remedy this situation if the...
hi, for my case study I was need to write a custom importer for specific opendata of my region: _Trentino Alto Adige_ in _Italy_. handle in the docker compose here:...