From aaf70654319a51a5a53add0864892ba3dc095483 Mon Sep 17 00:00:00 2001 From: Chandini Date: Mon, 15 Sep 2025 14:28:08 +0530 Subject: [PATCH] backend changes --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3cdb07c..00700c3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -190,7 +190,7 @@ pipeline { echo "Starting infrastructure services..." # Start databases and infrastructure first - docker compose up -d postgres redis mongodb rabbitmq neo4j chromadb + docker compose --env-file .env up -d postgres redis mongodb rabbitmq neo4j chromadb echo "Infrastructure services status:" docker compose ps @@ -210,7 +210,7 @@ pipeline { cd ${DEPLOY_PATH} echo "Starting application services..." - docker compose up -d + docker compose --env-file .env up -d echo "Waiting for application services to be ready..." sleep 60