Sometimes, deploying the entire stack may not be necessary. Instead, we can deploy only the required services based on specific needs (e.g., just PostgREST and Storage).
In such cases, we need to decide whether to:
- Prompt the user to select services every time, or
- Provide an option to choose between a full deployment or a partial deployment, and then ask the user to specify the required services.
Sometimes, deploying the entire stack may not be necessary. Instead, we can deploy only the required services based on specific needs (e.g., just PostgREST and Storage).
In such cases, we need to decide whether to: