From 006a6819e2d1db380700977fde3f19fc3e2206bb Mon Sep 17 00:00:00 2001 From: wallaceosmar Date: Sat, 23 Nov 2024 18:42:53 +0000 Subject: [PATCH] Atualizar install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index b99d7e9..093377e 100644 --- a/install.sh +++ b/install.sh @@ -1,7 +1,7 @@ #!/bin/bash # URLs for configuration files -DOCKER_COMPOSE_URL="https://git.masscivicdynamic.com/wallaceosmar/nexo-cloud-scripts/raw/branch/main/docker-compose.yml" +DOCKER_COMPOSE_URL="https://git.masscivicdynamic.com/wallaceosmar/nexo-cloud-scripts/raw/branch/main/docker-compose.yaml" KUBERNETES_DEPLOY_URL="https://git.masscivicdynamic.com/wallaceosmar/nexo-cloud-scripts/raw/branch/main/kube-deploy.yaml" ENV_FILE="/data/nexo-cloud/.env" DATA_DIR="/data/nexo-cloud"