Add oc-schduler container

This commit is contained in:
Yan Lin 2025-09-16 19:19:38 +02:00
parent 54aac8d141
commit 0c3ee459c9

View file

@ -114,5 +114,17 @@ in
dependsOn = [ "gotify" ]; dependsOn = [ "gotify" ];
autoStart = true; autoStart = true;
}; };
# OC Backend Scheduler
oc-scheduler = {
image = "localhost/oc-scheduler:v1";
extraOptions = [
"--network=podman"
"--security-opt=no-new-privileges:true"
];
autoStart = true;
};
}; };
} }