---
title: "Deploy TimescaleDB + PostGIS"
description: "PostgreSQL DB enabled with TimescaleDB and PostGIS"
category: "Storage"
url: https://railway.com/deploy/timescaledb-postgis
---

# Deploy TimescaleDB + PostGIS

PostgreSQL DB enabled with TimescaleDB and PostGIS

**[Deploy TimescaleDB + PostGIS on Railway](https://railway.com/template/timescaledb-postgis)**

- **Creator:** Railway Templates
- **Category:** Storage
- **Total deploys:** 154

## Template content

### TimescaleDB https://devicons.railway.app/i/postgresql.svg

- **Image:** ghcr.io/railwayapp-templates/timescale-postgis-ssl:pg16-ts2.13

## Documentation

### Overview

PostgreSQL database service with TimescaleDB and PostGIS installed.  Deployed with Railway's [SSL-enabled image](https://github.com/railwayapp-templates/timescale-postgis-ssl).

*Note that postgis is installed but not enabled.  To enable it, simply connect to the DB and execute `CREATE EXTENSION postgis;`*

### Versions
- PostgreSQL 16
- TimescaleDB 2.13
- PostGIS 3.4.1

### Extensions

1. [TimescaleDB](https://www.timescale.com/) 
A time-series database built on top of PostgreSQL. 

  > Engineered to efficiently handle resource-intensive workloads, like time series, event, and analytics data. Built on PostgreSQL, with expert support at no extra charge.

  - [Timescale Documentation](https://docs.timescale.com/)

2. [PostGIS](https://postgis.net/)
Extends PostgreSQL by adding support for storing, indexing, and querying geographic data.

  > PostGIS is an open source software program that adds support for geographic objects to the PostgreSQL object-relational database. PostGIS follows the Simple Features for SQL specification from the Open Geospatial Consortium

  - [PostGIS Documentation](https://postgis.net/documentation/)

## Similar templates

- [Garage S3 Storage](https://railway.com/deploy/garage-s3-storage) — Ultra-light S3 server: fast, open-source, plug-and-play.
- [Redis](https://railway.com/deploy/redis-1) — Self Host Latest Redis with Railway
- [Postgres Backup to Cloudflare R2 (S3-Compatible)](https://railway.com/deploy/postgres-to-r2-backup) — Automated PostgreSQL backups to S3-compatible storage with encryption

Open this page in a browser: https://railway.com/deploy/timescaledb-postgis
