From d844ef4c5806e3b9ef059bdddebe46fed5ba376d Mon Sep 17 00:00:00 2001 From: Chandini Date: Fri, 19 Sep 2025 11:52:30 +0530 Subject: [PATCH] backend changes --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 077eb94..355ae80 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -190,7 +190,7 @@ pipeline { echo "Starting infrastructure services..." # Start databases and infrastructure first - docker compose --env-file .env up -d postgres redis mongodb rabbitmq neo4j chromadb + docker compose up -d postgres redis mongodb rabbitmq neo4j chromadb echo "Infrastructure services status:" docker compose ps @@ -211,7 +211,7 @@ pipeline { cd ${DEPLOY_PATH} echo "Starting application services..." - docker compose --env-file .env up -d + docker compose up -d echo "Waiting for application services to be ready..." sleep 60