From 85f0801bf05a21e64c08c0c777f3ccf033e6ff60 Mon Sep 17 00:00:00 2001 From: Radu Popa Date: Fri, 26 Jul 2024 23:30:55 +0300 Subject: [PATCH] radu-add-docker-compose-grafana-alloy --- .gitignore | 1 + docs/movement-node/run/manual/README.md | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1cc920e38..aa4410f34 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ node_modules/ .env .aptos profile.json +./docker/compose/grafana-alloy/.env diff --git a/docs/movement-node/run/manual/README.md b/docs/movement-node/run/manual/README.md index 1a04eb44d..0307ccb68 100644 --- a/docs/movement-node/run/manual/README.md +++ b/docs/movement-node/run/manual/README.md @@ -54,7 +54,10 @@ cat ${MOVEMENT_ENV_FILE} 4. Pull the container images. For this you need to make sure the movement config dir exists. ```bash -DOT_MOVEMENT_PATH="/home/${USER}/.movement" +DOT_MOVEMENT_PATH="~/.movement" +export DOT_MOVEMENT_PATH +echo "DOT_MOVEMENT_PATH=${DOT_MOVEMENT_PATH}" >> "${MOVEMENT_ENV_FILE}" + mkdir -p "${DOT_MOVEMENT_PATH}" docker compose \ -f docker/compose/suzuka-full-node/docker-compose.yml \