host/istal: change config of forgejo runner

add NODE_OPTIONS env with --max_old_space_size=4096
use default labels
This commit is contained in:
Dmitriy Pleshevskiy 2024-08-07 19:11:24 +03:00
parent 86dd8bec5e
commit 1296267c18
Signed by: pleshevskiy
GPG key ID: 17041163DA10A9A2

View file

@ -13,8 +13,13 @@
enable = true;
name = "istal-docker";
url = "https://git.pleshevski.ru";
labels = [ "ubuntu-22.04:docker://node:22-bullseye" ];
labels = [];
tokenFile = config.age.secrets.forgejo-runner-docker-token.path;
settings = {
runner.envs = {
NODE_OPTIONS="--max_old_space_size=4096";
};
};
};
};
};