Services
This content is for v0.3. Switch to the latest version for up-to-date documentation.
Within this config sections you can define settings for the services.
The following example shows all settings that can be set and which will be explained on this page:
services: active: - traefik - mysql - mailpitactive
Section titled “active”This section contains the active services that should be started. This setting is used by the webdev services start command to start the selected services.
Default value: If not defined, no services will be started
Example
services: active: - traefik - mysql - mailpit