diff --git a/agent-node/VERSION b/agent-node/VERSION index 7dea76e..6d7de6e 100644 --- a/agent-node/VERSION +++ b/agent-node/VERSION @@ -1 +1 @@ -1.0.1 +1.0.2 diff --git a/scripts/local_rebuild.sh b/scripts/local_rebuild.sh index f8f714a..ea8c39c 100755 --- a/scripts/local_rebuild.sh +++ b/scripts/local_rebuild.sh @@ -32,11 +32,7 @@ COMPOSE_FILES="$COMPOSE_FILES -f deployment/jerxie-prod/docker-compose.production.yml" fi -# 3. Check for test nodes -if [ -f "deployment/test-nodes/docker-compose.test-nodes.yml" ]; then - echo "🔗 Including Internal Test Nodes in deployment..." - COMPOSE_FILES="$COMPOSE_FILES -f deployment/test-nodes/docker-compose.test-nodes.yml" -fi + echo "🛑 Stopping and removing old Docker containers and networks..." sudo $DOCKER_CMD $COMPOSE_FILES down --remove-orphans || true