great docker migration

This commit is contained in:
2026-01-30 11:19:24 -06:00
parent 0603de3f11
commit 06edfb2795
17 changed files with 136 additions and 57 deletions

View File

@@ -44,10 +44,6 @@ in {
"traefik.http.services.${name}.loadbalancer.server.url" = "http://192.168.100.10:${builtins.toString hostPort}";
};
extraOptions = [
"--ip=192.168.101.6"
];
environment = {
TZ = "America/Chicago";
};