Skip to content

Commit

Permalink
Update version in docs, mention n7m
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Nov 12, 2024
1 parent 3fd19fb commit b024960
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
2 changes: 1 addition & 1 deletion 4.5/conf.d/postgres-tuning.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# See https://nominatim.org/release-docs/4.4.1/admin/Installation/#tuning-the-postgresql-database
# See https://nominatim.org/release-docs/4.5.0/admin/Installation/#tuning-the-postgresql-database
shared_buffers = 2GB
maintenance_work_mem = 10GB
autovacuum_work_mem = 2GB
Expand Down
2 changes: 1 addition & 1 deletion 4.5/contrib/docker-compose-planet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version: "3"
services:
nominatim:
container_name: nominatim
image: mediagis/nominatim:4.4
image: mediagis/nominatim:4.5
ports:
- "8080:8080" # Do not change the second port, only the first before the colon
environment:
Expand Down
4 changes: 2 additions & 2 deletions 4.5/contrib/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: "3"
services:
nominatim:
container_name: nominatim
image: mediagis/nominatim:4.4
image: mediagis/nominatim:4.5
ports:
- "8080:8080"
environment:
# see https://github.com/mediagis/nominatim-docker/tree/master/4.4#configuration for more options
# see https://github.com/mediagis/nominatim-docker/tree/master/4.5#configuration for more options
PBF_URL: https://download.geofabrik.de/europe/monaco-latest.osm.pbf
REPLICATION_URL: https://download.geofabrik.de/europe/monaco-updates/
NOMINATIM_PASSWORD: very_secure_password
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,16 @@ See relevant installation and usage instructions for each version in the ```<ver
- [`3.0.1`, `3.0`](https://github.com/mediagis/nominatim-docker/tree/master/3.0)
- [`2.5.1`, `2.5`](https://github.com/mediagis/nominatim-docker/tree/master/2.5)


**Caution:** Upgrading between Nominatim versions (e.g., 4.0 to 4.1) without reimporting your data may not be directly supported by the image. Always check the Nominatim migration guide [https://www.nominatim.org/release-docs/latest/admin/Migration/](https://www.nominatim.org/release-docs/latest/admin/Migration/).

# Project goals and alternatives

It is the goal of this project to provide and easy to use container image that runs all services in a single container.
This is not very elegant and makes the Dockerfile quite complex.

If you're looking for a project which separates the individual concepts into separate containers, check out
https://github.com/smithmicro/n7m.

# Contributors

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Expand Down

0 comments on commit b024960

Please sign in to comment.