If you find this add-on useful, please star it on GitHub — stars show appreciation and help maintainers know their work matters.
This add-on integrates Temporal.io into your DDEV project.
ddev add-on get chx/ddev-temporalio
ddev restart
After installation, make sure to commit the .ddev directory to version control.
| Command | Description |
|---|---|
ddev describe |
View service status and used ports for Temporalio |
ddev logs -s temporalio |
Check Temporalio logs |
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 |
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.