Adding process-compose support for local development #228
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
Thanks again for wanderer.
I'm getting started on some unrelated contributions, but first I'd like to propose adding this process-compose file to the repo to make local dev much easier.
But a video probably speaks more than a million words:
CleanShot.2025-03-29.at.13.10.31.mp4
Process-compose is a containerless docker-compose like tool for bringing up local processes.
Back in the Rails days, you would have tools like Procman or similar that offer a similar functionality, but process-compose has gained some popularity, especially in the Go community (from what I can tell, looking at it from the outside :))
Up for discussion:
Also no hard feelings if you don't want to add additional tooling to the repo. I can keep this locally for my own usage as well.