backend changes

This commit is contained in:
Chandini 2025-09-19 11:52:30 +05:30
parent 91cfe9dd50
commit d844ef4c58

4
Jenkinsfile vendored
View File

@ -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