---
title: "Deploy GlitchTip"
description: "Official GlitchTip open source error tracking https://glitchtip.com/"
category: "Observability"
url: https://railway.com/deploy/glitchtip
---

# Deploy GlitchTip

Official GlitchTip open source error tracking https://glitchtip.com/

**[Deploy GlitchTip on Railway](https://railway.com/template/glitchtip)**

- **Creator:** GlitchTip
- **Category:** Observability
- **Total deploys:** 126
- **Verified:** Yes

## Template content

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

- **Image:** ghcr.io/railwayapp-templates/postgres-ssl:17

### Redis https://cdn.sanity.io/images/sy1jschh/production/0ce0bfdcfbdbf69662b1116671f97c2dd788b655-157x157.svg

- **Image:** redis:8.2.1
- **Start command:** `/bin/sh -c "rm -rf $RAILWAY_VOLUME_MOUNT_PATH/lost+found/ && exec docker-entrypoint.sh redis-server --requirepass $REDIS_PASSWORD --save 60 1 --dir $RAILWAY_VOLUME_MOUNT_PATH"`

### GlitchTip Web https://glitchtip.com/assets/home/glitchtip-g.png

- **Image:** glitchtip/glitchtip:6
- **Start command:** `bin/run-all-in-one.sh`
- **Health check:** /_health/
- **Public domain:** Yes

## Buckets

- **Bucket**

## Documentation

# Deploy and Host GlitchTip on Railway

GlitchTip is an open-source, Sentry-compatible error tracking and uptime monitoring platform. It offers a simple, affordable alternative to proprietary solutions, allowing you to collect error reports, monitor application performance, and track uptime using standard Sentry SDKs.

## About Hosting GlitchTip

Hosting GlitchTip involves deploying a Python (Django) web application along with integrated background worker for processing event data. The architecture requires a PostgreSQL database to store issues, events, and user data, and a Redis instance to handle caching and the asynchronous task queue.

The application is container-native and configured entirely via environment variables, making it highly suitable for Railway. While GlitchTip is lightweight enough for small teams, it can be scaled horizontally by increasing the number of replicas to handle high-volume event ingestion.

## Common Use Cases

- Error Tracking: Capture and organize exceptions from your applications in real-time using Sentry SDKs.
- Uptime Monitoring: Verify that your external services and websites are reachable and responsive.
- Performance Monitoring: Track transaction latencies and identify slow database queries or API calls.

## Dependencies for GlitchTip Hosting

- PostgreSQL: Primary data store for organizations, projects, and event data.
- Redis: Used as the message broker for background workers and for caching.
- Bucket: Used to store uploaded data such as source maps.

### Deployment Dependencies

[GlitchTip Documentation](https://glitchtip.com/documentation)

[GlitchTip GitLab Repository](https://gitlab.com/glitchtip/)

## Why Deploy GlitchTip on Railway?

Railway is a singular platform to deploy your infrastructure stack. Railway will host your infrastructure so you don't have to deal with configuration, while allowing you to vertically and horizontally scale it.

By deploying GlitchTip on Railway, you are one step closer to supporting a complete full-stack application with minimal burden. Host your servers, databases, AI agents, and more on Railway.

## Similar templates

- [Pyroscope profiling](https://railway.com/deploy/pyroscope-profiling) — Protected continuous profiling with durable Pyroscope storage.
- [SigOnly](https://railway.com/deploy/sigonly) — Deploy SigNoz with a working demo app & config in one click
- [Unwrapped Spotify Music Stats](https://railway.com/deploy/wide-bold) — Unwrapped Spotify Music Stats, Estatísticas de músicas disponíveis

Open this page in a browser: https://railway.com/deploy/glitchtip
