Temporarily disable Loki
This commit is contained in:
parent
e6b7a95b57
commit
35e5b04ad8
1 changed files with 12 additions and 12 deletions
|
|
@ -90,19 +90,19 @@ in {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.loki = {
|
#services.loki = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
|
#
|
||||||
configuration = {
|
# configuration = {
|
||||||
auth_enabled = false;
|
# auth_enabled = false;
|
||||||
server.http_listen_port = 3100;
|
# server.http_listen_port = 3100;
|
||||||
|
#
|
||||||
# etc.
|
# # etc.
|
||||||
};
|
# };
|
||||||
|
|
||||||
# or alternatively
|
# or alternatively
|
||||||
#configFile = ./loki-config.yaml;
|
#configFile = ./loki-config.yaml;
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Enable Tailscale for remote access to Traefik dashboard and configuration
|
# Enable Tailscale for remote access to Traefik dashboard and configuration
|
||||||
services.tailscale.enable = true;
|
services.tailscale.enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue