From 1f9c10e1dc5a62ffb3b5fd730de9ba78f59baf19 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