chore (service): update grafana readme

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

1
.gitignore vendored
View file

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

View file

@ -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.