# Deploy Tracardi with Easypanel

URL: /templates/tracardi

Tracardi is an open-source customer data platform (CDP) designed for real-time data processing, customer segmentation, and workflow automation. It enables businesses to collect, process, and analyze customer data while offering actionable insights. Tracardi provides a powerful visual interface, robust API support, and scalable deployment options.

## Installation notes

Configure the API Domain in the GUI.

## Benefits

### Real-Time Customer Data Processing

Tracardi processes and analyzes customer data in real time, enabling you to make quick, data-driven decisions.

### Open-Source and Flexible

Tracardi is fully open-source, offering flexibility to customize and extend its capabilities based on your needs.

### Workflow Automation

Automate customer interactions with powerful visual workflows and event-driven triggers.

## Features

### Real-Time Event Processing

Process events in real time to capture and act on customer interactions as they happen.

### Customer Segmentation

Segment customers into groups based on behavior, demographics, or custom attributes.

### Visual Workflow Builder

Build automated workflows easily with a drag-and-drop interface.

### Scalable and Multi-Platform Support

Deploy Tracardi in scalable environments with Docker and multi-platform compatibility.

## Configuration

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

- `guiServiceImage` (GUI Service Image, required): tracardi/tracardi-gui:1.1.17

- `apiServiceImage` (API Service Image, required): tracardi/tracardi-api:1.1.17

- `apmServiceImage` (APM Service Image, required): tracardi/apm:1.1.17

- `workerServiceImage` (Worker Service Image, required): tracardi/update-worker:1.1.17

- `elasticsearchServiceImage` (Elasticsearch Service Image, required): docker.elastic.co/elasticsearch/elasticsearch:7.13.2

- `enableDemoData` (Enable Demo Data, required): Set during installation

- `enableProductionSetup` (Enable Production Setup, required): Set during installation — Prevents adding demo data.

## Services

- tracardi-gui: app (tracardi/tracardi-gui:1.1.17)

- tracardi-api: app (tracardi/tracardi-api:1.1.17)

- tracardi-apm: app (tracardi/apm:1.1.17)

- tracardi-worker: app (tracardi/update-worker:1.1.17)

- tracardi-elasticsearch: app (docker.elastic.co/elasticsearch/elasticsearch:7.13.2)

- tracardi-mysql: mysql

- tracardi-redis: redis

## Resources

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

- [GitHub](https://github.com/Tracardi/tracardi)

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