chore (service): update grafana readme
This commit is contained in:
parent
3557b367ac
commit
c9615c0c7a
2 changed files with 23 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
||||||
.env
|
.env
|
||||||
.env.*
|
.env.*
|
||||||
|
.docker-compose.yml.kate*
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue