DDEV Add-on Template

August 13, 2025 ยท View on GitHub

add-on registry tests last commit release

DDEV Add-on Template

Overview

This add-on integrates Add-on Template into your DDEV project.

Installation

ddev add-on get ddev/ddev-addon-template
ddev restart

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

Usage

CommandDescription
ddev describeView service status and used ports for Add-on Template
ddev logs -s addon-templateCheck Add-on Template logs

Advanced Customization

To change the Docker image:

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

Make sure to commit the .ddev/.env.addon-template file to version control.

All customization options (use with caution):

VariableFlagDefault
ADDON_TEMPLATE_DOCKER_IMAGE--addon-template-docker-imageddev/ddev-utilities:latest

Credits

Contributed and maintained by @CONTRIBUTOR