From c9615c0c7aee21fccbe7ebe097e91f03dfde3a05 Mon Sep 17 00:00:00 2001 From: thomasabishop Date: Fri, 21 Mar 2025 15:21:00 +0000 Subject: [PATCH] chore (service): update grafana readme --- .gitignore | 1 + services/grafana/README.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/.gitignore b/.gitignore index 665da45..61748a8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .env .env.* +.docker-compose.yml.kate* diff --git a/services/grafana/README.md b/services/grafana/README.md index 68266c4..6b80427 100644 --- a/services/grafana/README.md +++ b/services/grafana/README.md @@ -4,6 +4,28 @@ docker-compose-up -d ``` +Check which containers are connected to the Docker network: + +```sh +docker network inspect web +``` + +List networks: + +```sh +docker network ls +``` + +Using new Docker Compose syntax: + +```sh +docker compose up -d +``` + +```sh +docker compose --env-file .env.prd up -d +``` + ### Prometheus The tool that serves as the data source for the Grafana representation layer.