Atualizar install.sh

This commit is contained in:
wallaceosmar 2024-11-23 23:36:20 +00:00
parent 03c8cf4d07
commit a26b88def7

View File

@ -1,8 +1,8 @@
#!/bin/bash #!/bin/bash
# URLs for configuration files # URLs for configuration files
DOCKER_COMPOSE_URL="https://git.masscivicdynamic.com/masscivicdynamic/nexo-cloud/raw/branch/main/script/docker-compose.yml" DOCKER_COMPOSE_URL="https://git.masscivicdynamic.com/masscivicdynamic/nexo-cloud-scripts/raw/branch/main/docker-compose.yml"
KUBERNETES_DEPLOY_URL="https://git.masscivicdynamic.com/masscivicdynamic/nexo-cloud/raw/branch/main/script/kube-deploy.yaml" KUBERNETES_DEPLOY_URL="https://git.masscivicdynamic.com/masscivicdynamic/nexo-cloud-scripts/raw/branch/main/kube-deploy.yaml"
ENV_FILE="/data/nexo-cloud/.env" ENV_FILE="/data/nexo-cloud/.env"
DATA_DIR="/data/nexo-cloud" DATA_DIR="/data/nexo-cloud"
SSL_DIR="$DATA_DIR/ssh" SSL_DIR="$DATA_DIR/ssh"