From bd3e22a504230169e04b0453a72e4a80d9b6bf6f Mon Sep 17 00:00:00 2001 From: SysAdmin DCC Date: Mon, 1 Dec 2025 10:30:27 +0000 Subject: [PATCH] Fix Carbone docker image name --- fix_carbone.sh | 61 +++++++++++++++++++++++ roles/core/templates/apps-docs-compose.j2 | 2 +- 2 files changed, 62 insertions(+), 1 deletion(-) create mode 100644 fix_carbone.sh diff --git a/fix_carbone.sh b/fix_carbone.sh new file mode 100644 index 0000000..7aadeb2 --- /dev/null +++ b/fix_carbone.sh @@ -0,0 +1,61 @@ +#!/bin/bash + +cd /root/alicante-infra || cd /sc/alicante-infra + +echo "🔧 Corrigiendo imagen de Carbone..." + +# Sobrescribimos el template de Docs con la imagen correcta (carbone/carbone) +cat > roles/core/templates/apps-docs-compose.j2 <