loki: add
This commit is contained in:
parent
1c7ecec6ab
commit
3fb35d3256
@ -8,7 +8,7 @@ services:
|
||||
- ./loki-config.yaml:/mnt/config/loki-config.yaml # Mounts the Loki configuration file.
|
||||
- ./data:/tmp
|
||||
ports:
|
||||
- "3100:3100" # Maps port 3100 on the host to port 3100 in the container.
|
||||
- "4118:3100" # Maps port 3100 on the host to port 3100 in the container.
|
||||
command: -config.file=/mnt/config/loki-config.yaml # Runs Loki with the specified configuration file.
|
||||
|
||||
promtail:
|
||||
|
||||
@ -26,3 +26,4 @@ router redirects port range 4100-4200 to the infra server
|
||||
| 4115 | nextcloud | nextcloud web | https://nextcloud.rschneider.net |
|
||||
| 4116 | grafana | grafana web | https://grafana.rschneider.net |
|
||||
| 4117 | prometheus | prometheus web | https://prometheus.rschneider.net |
|
||||
| 4118 | loki | loki web | https://loki.rschneider.net |
|
||||
|
||||
Loading…
Reference in New Issue
Block a user