Revert "refactor: remove caddy installation from multiple app install scripts"

This reverts commit 4b4d04ed3d.
This commit is contained in:
lolwierd
2026-03-30 16:32:12 +05:30
parent 4b4d04ed3d
commit 471c36fa91
14 changed files with 15 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ COMPOSE_FILE="${SIGNOZ_DIR}/deploy/docker/docker-compose.yaml"
OTEL_SERVICE_PATH='.services["otel-collector"].ports'
SIGNOZ_SERVICE_PATH=".services.signoz.ports"
apt-get install -y caddy yq
if git -C "${SIGNOZ_DIR}" rev-parse 2>/dev/null; then
echo "Git repo exists"