add mc-router, rlcraft

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-08-16 00:46:47 -04:00
parent 6aa2d208df
commit 744742cb8b
3 changed files with 71 additions and 4 deletions

View File

@ -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";