nix flake update; gitea runner
This commit is contained in:
@ -42,6 +42,24 @@
|
||||
|
||||
};
|
||||
|
||||
gitea-runner = {
|
||||
image = "docker.io/gitea/act_runner:latest";
|
||||
volumes = [ "/home/sezycei/srv/containerdata/gitea/runner/config.yaml:/config.yaml"
|
||||
"/home/sezycei/srv/containerdata/gitea/runner/data:/data"
|
||||
"/run/podman/podman.sock:/var/run/docker.sock"
|
||||
];
|
||||
environment =
|
||||
{
|
||||
CONFIG_FILE = "/config.yaml";
|
||||
GITEA_INSTANCE_URL = "https://git.eversole.co";
|
||||
GITEA_RUNNER_REGISTRATION_TOKEN = "Rxl7OYPb4ysOmDZB3jnmzm7hJtQQYeaKHdn4jrbR";
|
||||
GITEA_RUNNER_NAME = "nix0-primary";
|
||||
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
jellyfin = {
|
||||
image = "linuxserver/jellyfin:latest";
|
||||
ports = [ "8096:8096" "8920:8920" ];
|
||||
|
Reference in New Issue
Block a user