From 1fbb9b083412317bb803e17c7b7d02b6c6c289ef Mon Sep 17 00:00:00 2001 From: Cesar Jhoanny Mendivil Rubio Date: Wed, 1 Oct 2025 17:57:15 -0700 Subject: [PATCH] =?UTF-8?q?refactor(docker-compose):=20eliminar=20la=20con?= =?UTF-8?q?dici=C3=B3n=20del=20servicio=20config-generator=20en=20la=20con?= =?UTF-8?q?figuraci=C3=B3n=20de=20Docker=20Compose?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- easypanel/code/docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/easypanel/code/docker-compose.yml b/easypanel/code/docker-compose.yml index 757d70c97..d769ef7ab 100644 --- a/easypanel/code/docker-compose.yml +++ b/easypanel/code/docker-compose.yml @@ -51,8 +51,6 @@ services: condition: service_healthy rabbitmq: condition: service_healthy - config-generator: - condition: service_healthy environment: LIBRETIME_GENERAL_PUBLIC_URL: ${LIBRETIME_GENERAL_PUBLIC_URL:-http://localhost:8080} LIBRETIME_DEBUG: ${LIBRETIME_DEBUG:-false}