Add probes

Add arr stuff
This commit is contained in:
Marc Fokkert
2024-08-28 21:41:24 +02:00
parent cd0fa7b17d
commit 8385f55f10
16 changed files with 8912 additions and 661 deletions

View File

@@ -13,7 +13,7 @@ provider "docker" {
}
resource "docker_network" "bridge" {
name = "qnet-static-bond0-48e715"
name = "qnet-static-eth0-48e715"
driver = "qnet"
ipam_driver = "qnet"
internal = false
@@ -28,7 +28,7 @@ resource "docker_network" "bridge" {
}
ipam_options = {
iface = "bond0"
iface = "eth0"
}
lifecycle {
@@ -38,3 +38,7 @@ resource "docker_network" "bridge" {
}
}
resource "docker_network" "host" {
name = "host"
}