PostgreSQL with PostGIS and H3
Postgres image supporting PostGIS and Uber's H3 extensions.
chikeozulumba/postgres-postgis-h3
chikeozulumba/postgres-postgis-h3
Just deployed
PostGIS with H3 Extension Railway Template
This template provides a PostgreSQL database with PostGIS and Uber's H3 extension pre-installed, ready to deploy on Railway.
Features
- PostgreSQL 16
- PostGIS 3.4
- Uber's H3 postgres extension bindings for hexagonal hierarchical geospatial indexing https://github.com/zachasme/h3-pg
- Pre-configured extensions and dependencies
Prerequisites
- A Railway account
- Railway CLI (optional, for local development)
Environment Variables
These are the required Postgres variables which can be modified before deployment, they contain the default values.
POSTGRES_DB=postgres-h3-db
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
Local Development
Clone this repository:
git clone
cd postgres-h3
Running using docker
Start the database using Docker Compose:
docker-compose up -d
Connect to the database:
psql -h localhost -p 54040 -U postgres -d postgres-h3-db
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Developed and maintained by Chike Ozulumba. For issues or suggestions, please open an issue on the GitHub repository.
Template Content
chikeozulumba/postgres-postgis-h3
chikeozulumba/postgres-postgis-h3