chore(koi): updated channel-logger-bot config
This commit is contained in:
parent
262e185eb1
commit
29132575ff
2 changed files with 1 additions and 3 deletions
|
@ -14,13 +14,11 @@ in {
|
|||
|
||||
virtualisation.oci-containers.containers.channel-logger-bot = {
|
||||
image = "ghcr.io/teidesu/channel-logger-bot:latest";
|
||||
environmentFiles = [
|
||||
config.desu.secrets.channel-logger-bot-env.path
|
||||
];
|
||||
environment.MTCUTE_LOG_LEVEL = "5";
|
||||
user = builtins.toString UID;
|
||||
extraOptions = [
|
||||
"--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.
Loading…
Reference in a new issue