backend changes
This commit is contained in:
parent
7cdc7b1165
commit
aaf7065431
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -190,7 +190,7 @@ pipeline {
|
|||||||
|
|
||||||
echo "Starting infrastructure services..."
|
echo "Starting infrastructure services..."
|
||||||
# Start databases and infrastructure first
|
# 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:"
|
echo "Infrastructure services status:"
|
||||||
docker compose ps
|
docker compose ps
|
||||||
@ -210,7 +210,7 @@ pipeline {
|
|||||||
cd ${DEPLOY_PATH}
|
cd ${DEPLOY_PATH}
|
||||||
|
|
||||||
echo "Starting application services..."
|
echo "Starting application services..."
|
||||||
docker compose up -d
|
docker compose --env-file .env up -d
|
||||||
|
|
||||||
echo "Waiting for application services to be ready..."
|
echo "Waiting for application services to be ready..."
|
||||||
sleep 60
|
sleep 60
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user