add back oc-scheduler container
This commit is contained in:
parent
62cec2dc10
commit
5af106054e
1 changed files with 13 additions and 0 deletions
|
|
@ -9,5 +9,18 @@ in
|
|||
{
|
||||
# Container definitions for vps host
|
||||
virtualisation.oci-containers.containers = {
|
||||
|
||||
# OC Backend Scheduler
|
||||
oc-scheduler = {
|
||||
image = "localhost/oc-scheduler:v1";
|
||||
|
||||
extraOptions = [
|
||||
"--network=podman"
|
||||
"--security-opt=no-new-privileges:true"
|
||||
];
|
||||
|
||||
autoStart = true;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue