Skip to content

Monogramm/docker-nominatim

Repository files navigation

License: AGPL v3 Docs Build Status Docker Automated buid Docker Pulls Docker Version Docker Size GitHub stars

Nominatim Docker image

Docker image for Nominatim.

It was created in order to provide a solution for mediagis/nominatim-docker#147. It also provides CI integration and other improvements.

🚧 This image is still in beta!

What is Nominatim

Open Source search based on OpenStreetMap data

Nominatim

Supported tags

Dockerhub monogramm/docker-nominatim

Tags:

  • images/3.7/debian/Dockerfile: 3.7.1-debian 3.7-debian debian 3.7.1 3.7 latest
  • images/3.6/debian/Dockerfile: 3.6.0-debian 3.6-debian 3.6.0 3.6
  • images/3.5/debian/Dockerfile: 3.5.2-debian 3.5-debian 3.5.2 3.5
  • images/3.4/debian/Dockerfile: 3.4.2-debian 3.4-debian 3.4.2 3.4

How to run this image

This image provides an NOMINATIM Manager in the form of the Docker entrypoint. It manages map downloads from Geofabrik and NOMINATIM extraction/pre-processing/routing based on environment variables.

# Number of threads used during Nominatim DB init (leave empty to use all CPU)
NOMINATIM_INIT_THREADS=2

## Geofabrik URL to download map
PBF_URL=http://download.geofabrik.de/europe/monaco-latest.osm.pbf

## Geofabrik URL to update map
REPLICATION_URL=http://download.geofabrik.de/europe/monaco-updates

## Geofabrik map relative file path
NOMINATIM_MAP_NAME=monaco-latest.osm.pbf

## Nominatim Postgres relative directory
NOMINATIM_DB_PATH=monaco-latest-postgres

See Nominatim base image documentation for details.

Nominatim Docker GitHub

Nominatim DockerHub

See Nominatim documentation for details.

Nominatim GitHub

Nominatim WebSite

Questions / Issues

If you got any questions or problems using the image, please visit our Github Repository and write an issue.