Correcion de yml y los script
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
@@ -332,9 +332,6 @@ services:
|
||||
- backend_uploads:/app/uploads
|
||||
networks:
|
||||
- backend-net
|
||||
volumes:
|
||||
- ./backend:/app
|
||||
|
||||
|
||||
valkey:
|
||||
image: valkey/valkey:7.2
|
||||
|
||||
0
scripts/backend-entrypoint.sh
Normal file → Executable file
0
scripts/backend-entrypoint.sh
Normal file → Executable file
0
scripts/frontend-entrypoint.sh
Normal file → Executable file
0
scripts/frontend-entrypoint.sh
Normal file → Executable file
0
scripts/health-check.sh
Normal file → Executable file
0
scripts/health-check.sh
Normal file → Executable file
0
scripts/init_first_time.sh
Normal file → Executable file
0
scripts/init_first_time.sh
Normal file → Executable file
0
scripts/keycloak-entrypoint.sh
Normal file → Executable file
0
scripts/keycloak-entrypoint.sh
Normal file → Executable file
0
scripts/postgres-app-entrypoint.sh
Normal file → Executable file
0
scripts/postgres-app-entrypoint.sh
Normal file → Executable file
0
scripts/postgres-keycloak-entrypoint.sh
Normal file → Executable file
0
scripts/postgres-keycloak-entrypoint.sh
Normal file → Executable file
Reference in New Issue
Block a user