ddev / ddev-contrib

MOSTLY OBSOLETE, replaced by DDEV Add-ons. Was older contrib space for DDEV services, tools, snippets, and approaches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ddev-contrib: Contrib for DDEV

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

THIS REPO IS MOSTLY OBSOLETE, Check the Add-On Registry!

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

See docs and ddev get --list for official add-ons, ddev get --list --all for all add-ons.

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

  • Laravel Queue-Worker (This is also a good example of adding an additional process to supervisord,)
  • Stripe CLI (This is also a good example of adding any non-standard Debian repository.)
  • gRPC (This is also a good example of adding a pecl module that is not supported via apt-get.)

Full recipes

Third-party add-ons

About

MOSTLY OBSOLETE, replaced by DDEV Add-ons. Was older contrib space for DDEV services, tools, snippets, and approaches.

License:Apache License 2.0


Languages

Language:PHP 61.1%Language:Shell 28.7%Language:JavaScript 5.1%Language:Dockerfile 2.8%Language:CSS 1.4%Language:Gherkin 0.8%Language:VCL 0.2%