Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.6 KB

File metadata and controls

48 lines (32 loc) · 1.6 KB

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

Command Description
ddev describe View service status and used ports for Add-on Template
ddev logs -s addon-template Check 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):

Variable Flag Default
ADDON_TEMPLATE_DOCKER_IMAGE --addon-template-docker-image ddev/ddev-utilities:latest

Credits

Contributed and maintained by @CONTRIBUTOR