Raised: $0
0% of monthly goal Help us cross the finish line!
Goal: $12,000
Raised: $0 Goal: $12,000
0% of monthly goal Help us cross the finish line!
Sponsor DDEV

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.

add-on registry tests last commit release

DDEV Temporal.io

Overview

This add-on integrates Temporal.io into your DDEV project.

Installation

ddev add-on get chx/ddev-temporalio
ddev restart

After installation, make sure to commit the .ddev directory to version control.

Usage

Command Description
ddev describe View service status and used ports for Temporalio
ddev logs -s temporalio Check Temporalio logs

Advanced Customization

To change the Docker image:

ddev dotenv set .ddev/.env.temporalio --temporalio-docker-image="ddev/ddev-utilities:latest"
ddev add-on get chx/ddev-temporalio
ddev restart

Make sure to commit the .ddev/.env.temporalio file to version control.

All customization options (use with caution):

Variable Flag Default
TEMPORALIO_DOCKER_IMAGE --temporalio-docker-image ddev/ddev-utilities:latest

Credits

Contributed and maintained by @chx with sponsorship from Tag1 Consulting

If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.