chore (service): update grafana readme

This commit is contained in:
thomasabishop 2025-03-21 15:21:00 +00:00
parent 3557b367ac
commit c9615c0c7a
2 changed files with 23 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
.env .env
.env.* .env.*
.docker-compose.yml.kate*

View file

@ -4,6 +4,28 @@
docker-compose-up -d 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 ### Prometheus
The tool that serves as the data source for the Grafana representation layer. The tool that serves as the data source for the Grafana representation layer.