-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to Disable Database #19
Comments
@GuyPaddock this appears to have been added in 3.6.5 of Lando. I am able to disable the database service using the yaml above with the latest version of Lando (3.11.0).
|
@brandonmcwhirter I am already running Lando 3.11.0. The
|
|
We have a CLI-only (Symfony Console) project but would like to use Lando so that our dev environments are portable and XDEBUG works out of the box.
We don't need any database for this. Unfortunately, it doesn't seem like there's any way to disable the database component of this recipe. Would it be possible for a value like
disabled
,none
, oroff
to be provided fordatabase
?For clarification, I did try this but got
ERROR: No such service: database
:The text was updated successfully, but these errors were encountered: