From dbffc95e67710b65340288b86b9d555f0c26ec69 Mon Sep 17 00:00:00 2001 From: Kevin_Ramirez Date: Thu, 26 Feb 2026 18:03:14 -0600 Subject: [PATCH] Correcion de yml y los script --- backend/core/celery_app.py | 2 +- docker-compose.yml | 3 --- scripts/backend-entrypoint.sh | 0 scripts/frontend-entrypoint.sh | 0 scripts/health-check.sh | 0 scripts/init_first_time.sh | 0 scripts/keycloak-entrypoint.sh | 0 scripts/postgres-app-entrypoint.sh | 0 scripts/postgres-keycloak-entrypoint.sh | 0 start.sh | 0 10 files changed, 1 insertion(+), 4 deletions(-) mode change 100644 => 100755 scripts/backend-entrypoint.sh mode change 100644 => 100755 scripts/frontend-entrypoint.sh mode change 100644 => 100755 scripts/health-check.sh mode change 100644 => 100755 scripts/init_first_time.sh mode change 100644 => 100755 scripts/keycloak-entrypoint.sh mode change 100644 => 100755 scripts/postgres-app-entrypoint.sh mode change 100644 => 100755 scripts/postgres-keycloak-entrypoint.sh mode change 100644 => 100755 start.sh diff --git a/backend/core/celery_app.py b/backend/core/celery_app.py index 35694fea..e5648d42 100644 --- a/backend/core/celery_app.py +++ b/backend/core/celery_app.py @@ -28,7 +28,7 @@ celery_app.conf.update( "api.v1.modules.a76.imports.tasks", "api.v1.modules.a76.reports.exportacion.transmission.MAINX30.task", "api.v1.modules.a76.reports.importacion.transmission.temporal.MAINX30.task", - "api.v1.modules.a76.reports.importacion.transmission.definitive.MAINX30.task" + "api.v1.modules.a76.reports.importacion.transmission.definitive.MAINX30.task", "api.v1.modules.core.help_center.tasks" ] # Ruta al módulo donde están las tareas ) diff --git a/docker-compose.yml b/docker-compose.yml index aeb6990b..5ae2e394 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -332,9 +332,6 @@ services: - backend_uploads:/app/uploads networks: - backend-net - volumes: - - ./backend:/app - valkey: image: valkey/valkey:7.2 diff --git a/scripts/backend-entrypoint.sh b/scripts/backend-entrypoint.sh old mode 100644 new mode 100755 diff --git a/scripts/frontend-entrypoint.sh b/scripts/frontend-entrypoint.sh old mode 100644 new mode 100755 diff --git a/scripts/health-check.sh b/scripts/health-check.sh old mode 100644 new mode 100755 diff --git a/scripts/init_first_time.sh b/scripts/init_first_time.sh old mode 100644 new mode 100755 diff --git a/scripts/keycloak-entrypoint.sh b/scripts/keycloak-entrypoint.sh old mode 100644 new mode 100755 diff --git a/scripts/postgres-app-entrypoint.sh b/scripts/postgres-app-entrypoint.sh old mode 100644 new mode 100755 diff --git a/scripts/postgres-keycloak-entrypoint.sh b/scripts/postgres-keycloak-entrypoint.sh old mode 100644 new mode 100755 diff --git a/start.sh b/start.sh old mode 100644 new mode 100755