add volumes to lubelogger so we persist data now

This commit is contained in:
TheWanderingCrow 2025-02-20 15:41:23 -05:00
parent b735169535
commit 7842b4c987

View file

@ -57,6 +57,10 @@ in
image = "ghcr.io/hargata/lubelogger:latest";
extraOptions = ["--ip=10.88.0.8"];
environmentFiles = [config.sops.templates."lubelogger-env".path];
volumes = [
"${volumePath}/lubelogger/data:/App/data"
"${volumePath}/lubelogger/keys:/root/.aspnet/DataProtection-Keys"
];
};
};
};