Skip to content

0franco/glitchtip-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GlitchTip

Self-hosted GlitchTip via Docker Compose.

Setup

Copy and fill in the environment variables:

cp .env.example .env

Run

docker compose up -d

Access at http://localhost:8000.

Reverse proxy

For production, put nginx in front of port 8000. Key config points:

  • Forward headers: Host, X-Real-IP, X-Forwarded-For, X-Forwarded-Proto
  • Set client_max_body_size 40M
  • Use certbot for SSL (strongly recommended)

See the official install docs for a full nginx config example.

Optional features

Uncomment the valkey service in docker-compose.yaml to enable caching/queuing. Other features can be toggled via the env vars in .env.example.

About

Self-hosted GlitchTip setup using Docker Compose, nginx reverse proxy, PostgreSQL, and optional Valkey caching.

Topics

Resources

Stars

Watchers

Forks

Contributors