Skip to main content

Docker & Railway

The repo ships a Dockerfile and railway.toml. The live reference server runs on Railway with a persistent volume for the SQLite DB.

Key environment variables: GRAFOMEM_AUTH_MODE, GRAFOMEM_TOKENS, the DB path (mounted on a persistent volume), and the embedder selection. Mount the volume so the DB survives restarts, and expose /health for readiness.

Source: Dockerfile, railway.toml