-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to run Pelias geocoder in docker with my own .pbf file data without external data #352
Comments
This should be possible, you might have an issue accessing the pbf file in the container. Please post your |
Hi, and here is my docker-compose.yml file can you tell me the folder structure and procedure to run pelias geocoder in docker without external data. |
This mapping So you can leave your Change this:
|
I did changes after that I am getting like this error pelias-api_1 | Elasticsearch WARNING: 2024-07-25T04:38:05Z Usage: docker ps [OPTIONS] List containers |
This is a huge blob of text, please format your comments so that they are legible. You've only posted part of the |
Describe the bug
I am trying to run Pelias geocoder in Docker using my own .pbf file data. I want to do this without using any external data sources. However, I am encountering issues with the setup.
Steps to Reproduce
Prepare a Docker environment with Pelias.
Use a local .pbf file for data import.
Configure Pelias to use this .pbf file.
Start Pelias using Docker and attempt to import the .pbf file.
Expected behavior
Pelias should successfully import and index the data from my .pbf file and be able to handle geocoding requests using this data.
References
The text was updated successfully, but these errors were encountered: