loki: add

This commit is contained in:
Schneider Roland 2024-10-27 16:10:18 +01:00
parent 1c7ecec6ab
commit 3fb35d3256
2 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
- ./loki-config.yaml:/mnt/config/loki-config.yaml # Mounts the Loki configuration file. - ./loki-config.yaml:/mnt/config/loki-config.yaml # Mounts the Loki configuration file.
- ./data:/tmp - ./data:/tmp
ports: 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. command: -config.file=/mnt/config/loki-config.yaml # Runs Loki with the specified configuration file.
promtail: promtail:

View File

@ -26,3 +26,4 @@ router redirects port range 4100-4200 to the infra server
| 4115 | nextcloud | nextcloud web | https://nextcloud.rschneider.net | | 4115 | nextcloud | nextcloud web | https://nextcloud.rschneider.net |
| 4116 | grafana | grafana web | https://grafana.rschneider.net | | 4116 | grafana | grafana web | https://grafana.rschneider.net |
| 4117 | prometheus | prometheus web | https://prometheus.rschneider.net | | 4117 | prometheus | prometheus web | https://prometheus.rschneider.net |
| 4118 | loki | loki web | https://loki.rschneider.net |