update docker configs, upgrade postgres

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-11-02 23:59:38 -04:00
parent 8de5a168ba
commit 9d8164f28d
12 changed files with 116 additions and 74 deletions

View File

@ -73,7 +73,7 @@ let
};
archiveteam-blogger = {
image = "blogger-grab";
scale = 0;
scale = 1;
};
archiveteam-vbox7 = {
image = "vbox7-grab";
@ -97,9 +97,8 @@ let
};
};
container-spec = container-name: container: {
image = "atdr.meo.ws/archiveteam/${container}";
image = "atdr.meo.ws/archiveteam/${container}:latest";
extraOptions = [
"--restart=unless-stopped"
"--stop-signal=SIGINT"
];
labels = {