pull/35/head
DoTheEvo 1 year ago
parent c9c78de70c
commit 83ee8dd953

@ -281,7 +281,6 @@ the default time interval is set to 1h instead of 15m
except the ones labeled as `monitoring` in the compose file except the ones labeled as `monitoring` in the compose file
* **monitoring_services.json** - dashboar showing docker containers metrics * **monitoring_services.json** - dashboar showing docker containers metrics
of containers that are labeled `monitoring` of containers that are labeled `monitoring`
* **minecraft_logs.json** - comes to play with Loki later
![interface-pic](https://i.imgur.com/wzwgBkp.png) ![interface-pic](https://i.imgur.com/wzwgBkp.png)
@ -585,6 +584,7 @@ To add Loki to the current stack:
<details> <details>
<summary>docker-compose.yml</summary> <summary>docker-compose.yml</summary>
```yml ```yml
services: services:
@ -620,6 +620,7 @@ To add Loki to the current stack:
<details> <details>
<summary>loki-docker-config.yml</summary> <summary>loki-docker-config.yml</summary>
```yml ```yml
auth_enabled: false auth_enabled: false
@ -672,6 +673,7 @@ To add Loki to the current stack:
<details> <details>
<summary>docker-compose.yml</summary> <summary>docker-compose.yml</summary>
```yml ```yml
services: services:

Loading…
Cancel
Save