mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
1.1 KiB
1.1 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.
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.