added grafana optsions
This commit is contained in:
parent
c6fad213b4
commit
b74826a63a
1 changed files with 3 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ in
|
||||||
# don't tell mom
|
# don't tell mom
|
||||||
# user = "1000:100";
|
# user = "1000:100";
|
||||||
image = "epoupon/lms:latest";
|
image = "epoupon/lms:latest";
|
||||||
cmd = ["/lms.conf"];
|
cmd = [ "/lms.conf" ];
|
||||||
extraOptions = [ "--network=podman" ];
|
extraOptions = [ "--network=podman" ];
|
||||||
volumes =
|
volumes =
|
||||||
let
|
let
|
||||||
|
|
@ -176,6 +176,8 @@ in
|
||||||
environment = {
|
environment = {
|
||||||
GF_SERVER_ROOT_URL = "https://grafana.hailsatan.eu/";
|
GF_SERVER_ROOT_URL = "https://grafana.hailsatan.eu/";
|
||||||
GF_INSTALL_PLUGINS = "";
|
GF_INSTALL_PLUGINS = "";
|
||||||
|
GF_FEATURE_TOGGLES_ENABLE = "featureToggleAdminPage, regressionTransformation";
|
||||||
|
GF_FEATURE_MANAGEMENT_ALLOW_EDITING = "true";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
virtualisation.oci-containers.containers.node-red = {
|
virtualisation.oci-containers.containers.node-red = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue