From 29258d158f7e53e8d736bc2eca21590a3af14256 Mon Sep 17 00:00:00 2001 From: Yury Kossakovsky Date: Wed, 28 May 2025 20:25:20 -0600 Subject: [PATCH] Update COMPOSE_PROFILES in .env.example to include additional services - Modified the COMPOSE_PROFILES variable to include 'flowise' and 'monitoring' alongside 'n8n', enhancing the configuration for service orchestration. --- .env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env.example b/.env.example index c8801f4..0c7f438 100644 --- a/.env.example +++ b/.env.example @@ -266,6 +266,6 @@ GOOGLE_PROJECT_NUMBER=GOOGLE_PROJECT_NUMBER LETTA_SERVER_PASSWORD= ########################################################################################### -COMPOSE_PROFILES="n8n" +COMPOSE_PROFILES="n8n,flowise,monitoring" PROMETHEUS_PASSWORD_HASH= SEARXNG_PASSWORD_HASH= \ No newline at end of file