Fix status messages for several alpine scripts (#14911)

This commit is contained in:
Slaviša Arežina
2026-06-04 18:16:21 +02:00
committed by GitHub
parent e160b22c81
commit 8f770b4dd2
6 changed files with 21 additions and 15 deletions
+3 -2
View File
@@ -55,5 +55,6 @@ build_container
description description
msg_ok "Completed successfully!\n" msg_ok "Completed successfully!\n"
echo -e "${APP} should be reachable by going to the following URL. echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
${BL}http://${IP}:3000${CL} \n" echo -e "${INFO}${YW}Access it using the following URL:${CL}"
echo -e "${GATEWAY}${BGN}http://${IP}:3000${CL}"
+6 -5
View File
@@ -54,8 +54,9 @@ start
build_container build_container
description description
msg_ok "Completed Successfully!\n" msg_ok "Completed successfully!\n"
echo -e "${APP} should be reachable by going to the following URL. echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
${BL}http://${IP}:3100${CL} \n" echo -e "${INFO}${YW}Access it using the following URL:${CL}"
echo -e "Promtail should be reachable by going to the following URL. echo -e "${GATEWAY}${BGN}http://${IP}:3100${CL}"
${BL}http://${IP}:9080${CL} \n" echo -e "${INFO}${YW}Access Promtail using the following URL:${CL}"
echo -e "${GATEWAY}${BGN}http://${IP}:9080${CL}"
+3 -2
View File
@@ -57,5 +57,6 @@ build_container
description description
msg_ok "Completed successfully!\n" msg_ok "Completed successfully!\n"
echo -e "${APP} should be reachable by going to the following URL. echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
${BL}https://${IP}${CL} \n" echo -e "${INFO}${YW}Access it using the following URL:${CL}"
echo -e "${GATEWAY}${BGN}https://${IP}${CL}"
+3 -2
View File
@@ -58,5 +58,6 @@ build_container
description description
msg_ok "Completed successfully!\n" msg_ok "Completed successfully!\n"
echo -e "${APP} should be reachable on port 6379. echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
${BL}redis-cli -h ${IP} -p 6379${CL} \n" echo -e "${INFO}${YW}Connect to Redis CLI using the following command:${CL}"
echo -e "${GATEWAY}${BGN}redis-cli -h ${IP} -p 6379${CL}"
+3 -2
View File
@@ -59,5 +59,6 @@ build_container
description description
msg_ok "Completed successfully!\n" msg_ok "Completed successfully!\n"
echo -e "${APP} should be reachable on port 6379. echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
${BL}valkey-cli -h ${IP} -p 6379${CL} \n" echo -e "${INFO}${YW}Connect to Valkey CLI using the following command:${CL}"
echo -e "${GATEWAY}${BGN}valkey-cli -h ${IP} -p 6379${CL}"
+3 -2
View File
@@ -60,5 +60,6 @@ build_container
description description
msg_ok "Completed successfully!\n" msg_ok "Completed successfully!\n"
echo -e "${APP} should be reachable by going to the following URL. echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
${BL}https://${IP}:8000${CL} \n" echo -e "${INFO}${YW}Access it using the following URL:${CL}"
echo -e "${GATEWAY}${BGN}https://${IP}:8000${CL}"