We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the provider
Code: https://github.com/F1bonacc1/process-compose
Docs: https://f1bonacc1.github.io/process-compose/launcher/
Process-compose is like docker compose / swarm but runs on any OS and does not use docker.
It's a simple golang process runner, with a Config that is very similar to Docker compose.
I use it on Desktops, Laptop and on Servers.
Sometimes on servers I have a docker and then run 100’s of processes in 1 docker.
This is possible because the config can be hierarchical.
Does the provider provide the following APIs
Does the provider have a Go API SDK?
Yes
REST API (OpenAPI a.k.a Swagger)
Open API client and documentation is available on: http://localhost:8080
https://github.com/F1bonacc1/process-compose/tree/main/src/api
Usage: https://github.com/F1bonacc1/process-compose/blob/main/src/cmd/root.go#L167
Can the provider be started locally
Yes.
Additional context
Is used with Nix systems, and gets code updates often.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the provider
Code: https://github.com/F1bonacc1/process-compose
Docs: https://f1bonacc1.github.io/process-compose/launcher/
Process-compose is like docker compose / swarm but runs on any OS and does not use docker.
It's a simple golang process runner, with a Config that is very similar to Docker compose.
I use it on Desktops, Laptop and on Servers.
Sometimes on servers I have a docker and then run 100’s of processes in 1 docker.
This is possible because the config can be hierarchical.
Does the provider provide the following APIs
Does the provider have a Go API SDK?
Yes
REST API (OpenAPI a.k.a Swagger)
Open API client and documentation is available on: http://localhost:8080
https://github.com/F1bonacc1/process-compose/tree/main/src/api
Usage: https://github.com/F1bonacc1/process-compose/blob/main/src/cmd/root.go#L167
Can the provider be started locally
Yes.
Additional context
Is used with Nix systems, and gets code updates often.
The text was updated successfully, but these errors were encountered: