mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 14:15:09 +00:00
feat(easy-docker): mark split services as in development
This commit is contained in:
parent
6833b4be77
commit
4ab14b6a39
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ show_stack_topology_menu() {
|
|||
render_main_screen 1 >&2
|
||||
|
||||
stack_name="${stack_dir##*/}"
|
||||
status_text="$(printf "Stack created: %s\nDirectory: %s\n\nChoose the deployment topology.\n\n- Single-host: easiest setup on one server.\n- Split services: separate app and infra stacks for more control." "${stack_name}" "${stack_dir}")"
|
||||
status_text="$(printf "Stack created: %s\nDirectory: %s\n\nChoose the deployment topology.\n\n- Single-host: easiest setup on one server.\n- Split services: separate app and infra stacks for more control (currently in development)." "${stack_name}" "${stack_dir}")"
|
||||
render_box_message "${status_text}" "0 2" >&2
|
||||
|
||||
gum choose \
|
||||
|
|
@ -17,7 +17,7 @@ show_stack_topology_menu() {
|
|||
--cursor.foreground 63 \
|
||||
--selected.foreground 45 \
|
||||
"Single-host (recommended)" \
|
||||
"Split services" \
|
||||
"Split services (in development)" \
|
||||
"Abort wizard to main menu"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue