From 3f67ff0eb207be88ca38c3e9542b23d0f18435a5 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Fri, 11 Apr 2025 07:10:25 -0700 Subject: [PATCH] ez fix --- README.md | 10 +++++++--- docker-compose.yaml | 2 ++ dockerfiles/monero | 2 -- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f61666e..f1042d9 100644 --- a/README.md +++ b/README.md @@ -101,15 +101,19 @@ docker compose logs -f docker compose logs -f monerod # make logs ``` -Navigate to http://localhost:3000 and log into Grafana. Find the `Node Stats` dashboard to get those sweet, sweet graphs. +### Running Locally -If you've installed this on another system you will want to use [SSH tunnels](https://www.ssh.com/ssh/tunneling/example) (local forwarding) to reach Grafana (if not exposing via reverse proxy): +Navigate to http://localhost:3000 and find the `Node Stats` dashboard to get those sweet, sweet graphs. + +### Running on VPS + +If you've installed this on another system you will want to use [SSH tunnels](https://www.ssh.com/ssh/tunneling/example) (local forwarding) to reach Grafana if not running a reverse proxy: ``` ssh -L 3000:localhost:3000 ``` -Then navigate to http://localhost:3000. Here is what the graph looks like: +Then navigate to http://localhost:3000. Here is what the dashboard looks like: ![](static/graf1.png) diff --git a/docker-compose.yaml b/docker-compose.yaml index 55d13ea..2c596e3 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -148,4 +148,6 @@ services: - 127.0.0.1:${UNRESTRICTED_PORT:-18083}:18083 # unrestricted rpc networks: - tor_net + command: + - /entrypoint.sh <<: *log-config diff --git a/dockerfiles/monero b/dockerfiles/monero index 8579830..8b7dae2 100644 --- a/dockerfiles/monero +++ b/dockerfiles/monero @@ -61,8 +61,6 @@ COPY --from=og /tmp/ban_list.txt /ban_list.txt COPY ./dockerfiles/monerod_entrypoint.sh /entrypoint.sh RUN chmod +x /entrypoint.sh -ENTRYPOINT ["/entrypoint.sh"] - EXPOSE 18080 EXPOSE 18081 EXPOSE 18082