chore(koi): updated channel-logger-bot config

This commit is contained in:
alina 🌸 2025-01-03 21:50:01 +03:00
parent 262e185eb1
commit 29132575ff
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI
2 changed files with 1 additions and 3 deletions

View file

@ -14,13 +14,11 @@ in {
virtualisation.oci-containers.containers.channel-logger-bot = { virtualisation.oci-containers.containers.channel-logger-bot = {
image = "ghcr.io/teidesu/channel-logger-bot:latest"; image = "ghcr.io/teidesu/channel-logger-bot:latest";
environmentFiles = [
config.desu.secrets.channel-logger-bot-env.path
];
environment.MTCUTE_LOG_LEVEL = "5"; environment.MTCUTE_LOG_LEVEL = "5";
user = builtins.toString UID; user = builtins.toString UID;
extraOptions = [ extraOptions = [
"--mount=type=bind,source=/srv/channel-logger-bot,target=/app/bot-data" "--mount=type=bind,source=/srv/channel-logger-bot,target=/app/bot-data"
"--mount=type=bind,source=${config.desu.secrets.channel-logger-bot-env.path},target=/app/config.toml"
]; ];
}; };

Binary file not shown.