# Deploy Langfuse with Easypanel

URL: /templates/langfuse

Langfuse is a powerful, self-hosted observability platform designed for AI applications. It simplifies monitoring, debugging, and optimizing your AI workflows with detailed insights, customizable metrics, and flexible integrations. Langfuse provides a clean and intuitive interface, robust API access, and plugin support to extend its functionality. It ensures privacy and compliance by allowing you to maintain full control over your data with a self-hosted solution. The application is accessible via your host and supports multi-platform awareness, ensuring compatibility with various architectures.

## Benefits

### Streamlined Observability for AI Applications

Langfuse simplifies observability by providing an intuitive way to monitor, analyze, and optimize your AI application workflows.

### Self-Hosted Flexibility

Maintain full control over your data and operations with a self-hosted setup that ensures privacy and compliance.

### Enhanced Debugging

Quickly identify and resolve issues with detailed logs, traces, and metrics tailored for AI-driven systems.

## Features

### Powerful API Access

Seamlessly integrate Langfuse into your workflows using its robust API for efficient data ingestion and analysis.

### Built-In Analytics

Gain actionable insights with comprehensive analytics, including performance metrics, user interactions, and bottleneck identification.

### Plugin Support

Enhance Langfuse’s capabilities with plugins to adapt it to your specific use case.

### Customizable Monitoring

Define custom metrics and observability rules to suit your AI application’s unique requirements.

## Configuration

- `appServiceName` (App Service Name, required): langfuse

- `appServiceImage` (App Service Image, required): langfuse/langfuse:3.174.1

- `workerImage` (App Service Image, required): langfuse/langfuse-worker:3.155

- `clickHouseImage` (App Service Image, required): clickhouse/clickhouse-server

- `minioImage` (App Service Image, required): minio/minio:latest

- `clickHouseUser` (Click House User, required): clickhouse

- `clickHousePassword` (ClickHouse Password, required): clickhouse

- `minioUser` (Minio User, required): admin

- `minioPassword` (Minio Password, required): password

## Services

- langfuse-web: app (langfuse/langfuse:3.174.1)

- langfuse-worker: app (langfuse/langfuse-worker:3.155)

- langfuse-clickhouse: app (clickhouse/clickhouse-server)

- langfuse-minio: app (minio/minio:latest)

- langfuse-db: postgres

- langfuse-redis: redis

## Resources

- [Documentation](https://langfuse.com/docs)

- [Github](https://github.com/langfuse/langfuse)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/langfuse)