Contrib space for DDEV-Local services, tools, snippets, approaches
Don't forget the Official documentation.
- Mounting a directory into web container
- Setting an environment variable
- Communication between two ddev projects
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.)
General information on how to do additional services and some additional examples are in the docs.