Add oc-schduler container
This commit is contained in:
parent
54aac8d141
commit
0c3ee459c9
1 changed files with 12 additions and 0 deletions
|
|
@ -114,5 +114,17 @@ in
|
|||
dependsOn = [ "gotify" ];
|
||||
autoStart = true;
|
||||
};
|
||||
|
||||
# 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