You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm contributing to some PHP libraries that are just PHP, no database. Why firing up a DB container when I don'y need it. Also, the project could be a non-HTTP project. Why staring an Apache/Ngnix container?
Describe your solution
Allow this values in config YAML:
database: nonewebserver_type: none
For the 2nd, it might need to separate the PHP & Webserver containers
Describe alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
I also believe this would be a nice feature to have. I maintain a lot of Modules for Magento as well as some projects that have no need for a web server or are just CLI commands. Being able to run their test suites or a CLI command locally without having to spin up a web server would be much more elegant. Unless you know of a nifty workaround?
Is there an existing issue for this?
Is your feature request related to a problem?
I'm contributing to some PHP libraries that are just PHP, no database. Why firing up a DB container when I don'y need it. Also, the project could be a non-HTTP project. Why staring an Apache/Ngnix container?
Describe your solution
Allow this values in config YAML:
For the 2nd, it might need to separate the PHP & Webserver containers
Describe alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: