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

@ -9,7 +9,6 @@ in
glances = {
image = "nicolargo/glances:latest-full";
extraOptions = [
"--restart=always"
"--pid=host"
"--network=haproxy-net"
];