esc
Type to search the docs
Back to catalog

langfuse

Draft

Open-source LLM observability and analytics

Image: langfuse/langfuse:latest
Launchfile View on GitHub
# yaml-language-server: $schema=https://launchfile.dev/schema/v1
version: launch/v1
name: langfuse
description: "Open-source LLM observability and analytics"

image: langfuse/langfuse:latest
provides:
  - protocol: http
    port: 3000
    exposed: true
requires:
  - type: postgres
    set_env:
      DATABASE_URL: $url
env:
  NEXTAUTH_SECRET:
    generator: secret
    sensitive: true
    description: "NextAuth.js session secret"
  SALT:
    generator: secret
    sensitive: true
    description: "Encryption salt for API keys"
  NEXTAUTH_URL:
    default: "http://localhost:3000"
    description: "NextAuth.js callback URL"
  TELEMETRY_ENABLED:
    default: "true"
    description: "Enable anonymous telemetry"
health: /api/public/health
restart: always

Test Results

Last Tested

2026-04-06

Health Check

Failing

Startup Time

7s

Total Disk

1219 MB

Required Services

postgres

Learn More

Spec references for features used in this Launchfile.

Related Apps