ddev / ddev-contrib

Contrib space for DDEV services, tools, snippets, and approaches.
Apache License 2.0
162 stars 162 forks source link

ddev-contrib: Contrib for DDEV

Contrib space for DDEV add-ons, services, tools, snippets, and approaches.

Third-party add-ons

**MANY OF THESE have been made obsolete by DDEV add-ons. Please look for add-ons before using anything here. ddev get --list --all***

config.yaml hook examples

docker-compose.*.yaml snippets to solve simple problems

Don't forget the Official documentation.

Custom command examples

DDEV's custom commands are a great way to add team-level or project-level commands. They're simple scripts that can be run in any of the containers or on the host. Note that several examples are already shipped with DDEV, you'll find them in .ddev/commands//.example, and then can be enabled by symlinking or copying.)

Additional services added via docker-compose.\<service>.yaml

General information on how to do additional services and some additional examples are in the docs.

.ddev/web-build/Dockerfile examples to customize web container

Full recipes

Third-party add-ons