Update setup.sh
This commit is contained in:
@@ -134,7 +134,7 @@ services:
|
|||||||
retries: 15
|
retries: 15
|
||||||
DCEOF
|
DCEOF
|
||||||
echo "Starting Packmate containers..."
|
echo "Starting Packmate containers..."
|
||||||
docker compose up -d
|
docker compose up -d --no-build
|
||||||
echo "Registering Packmate with controller..."
|
echo "Registering Packmate with controller..."
|
||||||
call_api "/services" "POST" "{\"name\": \"packmate\", \"path\": \"$packmate_dir\", \"git_url\": \"https://gitlab.com/packmate/Packmate.git\"}"
|
call_api "/services" "POST" "{\"name\": \"packmate\", \"path\": \"$packmate_dir\", \"git_url\": \"https://gitlab.com/packmate/Packmate.git\"}"
|
||||||
cd "$SCRIPT_DIR"
|
cd "$SCRIPT_DIR"
|
||||||
@@ -203,7 +203,7 @@ volumes:
|
|||||||
farm-db:
|
farm-db:
|
||||||
DCEOF
|
DCEOF
|
||||||
echo "Starting moded_distructive_farm containers..."
|
echo "Starting moded_distructive_farm containers..."
|
||||||
docker compose up -d
|
docker compose up -d --no-build
|
||||||
cd "$SCRIPT_DIR"
|
cd "$SCRIPT_DIR"
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -243,7 +243,7 @@ services:
|
|||||||
DCEOF
|
DCEOF
|
||||||
fi
|
fi
|
||||||
echo "Starting Firegex containers..."
|
echo "Starting Firegex containers..."
|
||||||
docker compose up -d
|
docker compose up -d --no-build
|
||||||
echo "Registering Firegex with controller..."
|
echo "Registering Firegex with controller..."
|
||||||
call_api "/services" "POST" "{\"name\": \"firegex\", \"path\": \"$firegex_dir\", \"git_url\": \"https://github.com/Pwnzer0tt1/firegex.git\"}"
|
call_api "/services" "POST" "{\"name\": \"firegex\", \"path\": \"$firegex_dir\", \"git_url\": \"https://github.com/Pwnzer0tt1/firegex.git\"}"
|
||||||
cd "$SCRIPT_DIR"
|
cd "$SCRIPT_DIR"
|
||||||
|
|||||||
Reference in New Issue
Block a user