add mc-router, rlcraft
Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
@ -98,7 +98,10 @@ let
|
||||
};
|
||||
container-spec = container-name: container: {
|
||||
image = "atdr.meo.ws/archiveteam/${container}";
|
||||
extraOptions = [ "--stop-signal=SIGINT" ];
|
||||
extraOptions = [
|
||||
"--restart=unless-stopped"
|
||||
"--stop-signal=SIGINT"
|
||||
];
|
||||
labels = {
|
||||
"com.centurylinklabs.watchtower.enable" = "true";
|
||||
"com.centurylinklabs.watchtower.scope" = "archiveteam";
|
||||
|
Reference in New Issue
Block a user