mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
907 B
907 B
| title |
|---|
| Workflows |
Workflows
The wizard follows a simple order:
- Create a stack.
- Choose
single-hostor reviewsplit-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.
- Create or select the configured site.
- Manage site apps or create a backup.
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.