-
Notifications
You must be signed in to change notification settings - Fork 4
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
Grid-Compose #1022
Comments
|
This was referenced Jul 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Grid-Compose
Should allow users to define and manage their own multi-vm applications in a single compose file and deploy them on threefold farms, driven by yaml spec file where you define services, networks and disks used (similar to Docker Compose).
Main Components
Verison
To Specify the grid-compose version for backward compatibility
Networks
Services
Where you define each service, its flists, env variables, resources, .. etc and we can also define the dependencies using e.g
depends_on:
list of service namese.g
Storage
Extra
Healthcheck
we can start with something like this for each service
Scaling
TBD
Secrets
It's not always environment variables, it can be injected from somewhere else, but for now I believe env vars or even env files are more than enough
The text was updated successfully, but these errors were encountered: