Update everything to the new leap serer

This commit is contained in:
Rescla
2026-07-11 22:36:27 +02:00
parent fcedc1474f
commit cd85c201a1
46 changed files with 202 additions and 120 deletions
+3
View File
@@ -9,6 +9,9 @@ resource "docker_image" "nginx-lb" {
resource "docker_network" "nginx-lb" {
name = "nginx-lb"
lifecycle {
ignore_changes = [ipam_options]
}
}
resource "docker_container" "nginx-lb" {