From 566732e224600290a72a87ed1e25330d2fa8a890 Mon Sep 17 00:00:00 2001 From: SysAdmin DCC Date: Tue, 2 Dec 2025 10:35:15 +0000 Subject: [PATCH] Refactor: Remove Carbone service to restore stability (Rollback to stable Docs stack) --- group_vars/all.yml | 3 --- roles/core/templates/docs-compose.j2 | 20 +------------------- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/group_vars/all.yml b/group_vars/all.yml index 342d9b7..0e0ad57 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml @@ -16,8 +16,5 @@ pg_version: "16" # --- ALICANTE CORE V3.2 CONFIGURATION --- # Carbone (Stack Docs) -carbone_port: 4000 -carbone_version: "4" -carbone_image: "carbone/carbone" core_ip: "10.10.10.104" a412b12 (Fix: V3.2 upgrade paths) diff --git a/roles/core/templates/docs-compose.j2 b/roles/core/templates/docs-compose.j2 index 985d80b..4244547 100644 --- a/roles/core/templates/docs-compose.j2 +++ b/roles/core/templates/docs-compose.j2 @@ -33,25 +33,7 @@ services: ports: - "3002:3000" - carbone: - image: "{{ carbone_image }}:{{ carbone_version }}" - container_name: carbone - restart: unless-stopped - ports: - - "{{ carbone_port }}:4000" - environment: - TZ: "{{ timezone }}" - volumes: - - carbone_templates:/app/templates - - carbone_output:/app/output - healthcheck: - test: ["CMD", "wget", "--quiet", "--tries=1", "--spider", "http://localhost:4000/"] - interval: 30s - timeout: 10s - retries: 3 - start_period: 40s volumes: mysql_data: - carbone_templates: - carbone_output: +