From de9bbade4d075bd41774c0e0b15678d0104c7c95 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 15 Feb 2025 15:15:38 +0300 Subject: [PATCH] infra: added celery-exporter folder --- solution/infrastructure/celery-exporter/.env.template | 1 + 1 file changed, 1 insertion(+) create mode 100644 solution/infrastructure/celery-exporter/.env.template diff --git a/solution/infrastructure/celery-exporter/.env.template b/solution/infrastructure/celery-exporter/.env.template new file mode 100644 index 0000000..0bc4e3e --- /dev/null +++ b/solution/infrastructure/celery-exporter/.env.template @@ -0,0 +1 @@ +CE_BROKER_URL=redis://redis:6379