Skip to content

Commit

Permalink
NET-686: bring up grafana,promethues containers for pro installation (#…
Browse files Browse the repository at this point in the history
…2637)

* bring up promethues and grafana containers

* rm nm-certs ref
  • Loading branch information
abhishek9686 authored Oct 24, 2023
1 parent 4acba03 commit 2662063
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/nm-quick.sh
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,6 @@ local_install_setup() { (
else
cp docker/Caddyfile "$SCRIPT_DIR/Caddyfile"
fi
cp scripts/nm-certs.sh "$SCRIPT_DIR/nm-certs.sh"
cp scripts/netmaker.default.env "$SCRIPT_DIR/netmaker.default.env"
cp docker/mosquitto.conf "$SCRIPT_DIR/mosquitto.conf"
cp docker/wait.sh "$SCRIPT_DIR/wait.sh"
Expand Down Expand Up @@ -776,8 +775,9 @@ install_netmaker() {
export COMPOSE_HTTP_TIMEOUT=120

# start docker and rebuild containers / networks
docker-compose -f "$SCRIPT_DIR"/docker-compose.yml up -d --force-recreate

cd "${SCRIPT_DIR}"
docker-compose up -d --force-recreate
cd -
wait_seconds 2

}
Expand Down

0 comments on commit 2662063

Please sign in to comment.