Video coming soon…
🗺️ Setup Nominatim — Self-Hosted Geocoding
Deploy Nominatim on Ubuntu with Docker — self-hosted geocoding that turns addresses into coordinates and back, using OpenStreetMap data from any Geofabrik region, on port 8318.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/maps/nominatim/nominatim-ubuntu.sh
chmod +x nominatim-ubuntu.sh
./nominatim-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/maps/nominatim/nominatim-ubuntu.sh
2 Make it Executable
chmod +x nominatim-ubuntu.sh
3 Run the Installer
./nominatim-ubuntu.sh
4 Query the Geocoding API
http://your-server-ip:8318/search?q=an+address&format=json
Ports Used
| Port | Purpose |
|---|---|
| 8318 | Nominatim geocoding API — /search and /reverse (mapped from container port 8080) |