1.4 KiB
| title |
|---|
| Workflows |
Workflows
The wizard follows a simple order:
- Create a stack.
- Choose
single-hostorsplit-services. - Select the apps and branches for the stack.
- Generate the stack environment and render the Compose snapshot.
- Build the custom image.
- Start the stack.
- Continue into site actions when the selected workflow supports them.
Stack actions are grouped around image and Compose lifecycle:
Appsmanages the stack app selectionUpdateshandles app-branch changes and custom image tag updatesSitehandles site creation, backup, install, uninstall, and deletionStart,Restart,Stop, andDeletecontrol the Compose lifecycle
Site app management is intentionally scoped to apps that are already part of the stack image. The wizard does not try to install arbitrary apps that are not part of the selected stack configuration.
Internally, the stack app contract is now handled through jq instead of
line-based awk parsing. This is intended to keep app selection and branch
update behavior the same while making the JSON processing more robust in the
background. The generated metadata.json and apps.json files are still meant
to look the same to users.
For the split-services path, see Split Services. That page explains the intended flow in simple terms and shows where the proxy, application, database, and Redis choices fit into the setup.