Skip to content

felmab/ddev-contrib

 
 

Repository files navigation

ddev-contrib: Contrib for DDEV-Local

Contrib space for DDEV-Local services, tools, snippets, approaches.

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

About

Contrib space for DDEV-Local services, tools, snippets, approaches

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 64.6%
  • Shell 25.5%
  • JavaScript 5.4%
  • Dockerfile 2.0%
  • CSS 1.5%
  • Gherkin 0.8%
  • VCL 0.2%