---
title: "Deploy GreptimeDB observability"
description: "Authenticated GreptimeDB for durable metrics, logs, and traces."
category: "Observability"
url: https://railway.com/deploy/greptimedb-observability
---

# Deploy GreptimeDB observability

Authenticated GreptimeDB for durable metrics, logs, and traces.

**[Deploy GreptimeDB observability on Railway](https://railway.com/template/greptimedb-observability)**

- **Creator:** Anton Orel's Projects
- **Category:** Observability
- **Total deploys:** 1

## Template content

### GreptimeDB

- **Image:** greptime/greptimedb:v1.1.4@sha256:9726587eac95d0360755254cd59a528dbf48abfdf268478aea6a644f62afe44c
- **Start command:** `/bin/bash -ec 'umask 077; printf "%s=%s\n" "$GREPTIME_USERNAME" "$GREPTIME_PASSWORD" >/tmp/greptimedb-users; exec greptime standalone start --http-addr 0.0.0.0:4000 --grpc-bind-addr 0.0.0.0:4001 --mysql-addr 0.0.0.0:4002 --postgres-addr 0.0.0.0:4003 --data-home /greptimedb_data --user-provider static_user_provider:file:/tmp/greptimedb-users'`
- **Health check:** /health
- **Public domain:** Yes

## Documentation

# Deploy and Host GreptimeDB on Railway

## About Hosting GreptimeDB

GreptimeDB is an Apache-2.0 time-series database for metrics, logs, and traces. This template runs the official 1.1.4 standalone image with its embedded query dashboard, native authentication, and a persistent 5 GB volume.

## Why Deploy GreptimeDB on Railway

One click creates a generated credential, durable storage, a health check, and a public authenticated HTTP endpoint without exposing the database's native protocol ports. The compact single-node shape suits evaluation and small observability workloads.

## Common Use Cases

- Store and query application metrics through Prometheus remote write.
- Ingest OpenTelemetry metrics, logs, and traces over HTTP.
- Explore time-series data with SQL, PromQL, or the embedded dashboard.

## Dependencies for GreptimeDB Hosting

The template uses the immutable official GreptimeDB 1.1.4 image and one Railway volume. Clients must support GreptimeDB's Basic-authenticated HTTP APIs.

### Deployment Dependencies

- [GreptimeDB](https://greptime.com) provides the database, protocol endpoints, and dashboard.
- [Railway](https://railway.com) provides networking, generated credentials, health checks, and persistent storage.


## 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/greptimedb-observability
