backend changes
This commit is contained in:
parent
91cfe9dd50
commit
d844ef4c58
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user