Update modules/server/containers/apps/influx.nix
This commit is contained in:
@@ -111,6 +111,11 @@ in {
|
|||||||
GF_LIVE_HA_ENGINE_ADRESS = "${builder.host}:6379";
|
GF_LIVE_HA_ENGINE_ADRESS = "${builder.host}:6379";
|
||||||
DEFAULT_INFLUX_SERVER = "http://${builder.host}:8181";
|
DEFAULT_INFLUX_SERVER = "http://${builder.host}:8181";
|
||||||
};
|
};
|
||||||
|
extraLabels = {
|
||||||
|
"traefik.http.routers.grafana-pub.rule" = "Host(`${containerCfg.subdomain}.${serverCfg.domain}`) && PathPrefix(`/public-dashboards`)";
|
||||||
|
"traefik.http.routers.grafana-pub.entrypoints" = "web-secure";
|
||||||
|
"traefik.http.routers.grafana-pub.tls" = "true";
|
||||||
|
};
|
||||||
overrides = {
|
overrides = {
|
||||||
user = "1500:1500";
|
user = "1500:1500";
|
||||||
environmentFiles = [ config.sops.secrets."INFLUX".path config.sops.secrets."CUSTOM".path ] ;
|
environmentFiles = [ config.sops.secrets."INFLUX".path config.sops.secrets."CUSTOM".path ] ;
|
||||||
|
|||||||
Reference in New Issue
Block a user