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
## Summary
Very simple implementation of using a third party process manager to
launch and manage services. Only implemented for nginx, but trivial to
add new services. It first installs `process-compose` as a global
package (if necessary). If any of the installed services contain a
process-compose.yaml it references it and starts the manager.
TODO:
- [ ] Doesn't work with auto-forwarding
## How was it tested?
`devbox services manager`
<img width="1398" alt="image"
src="https://user-images.githubusercontent.com/544948/220255227-91bcd48e-faf1-4319-ac7c-312f4fab043f.png">
0 commit comments