Update for skutsje
This commit is contained in:
@@ -13,7 +13,7 @@ provider "docker" {
|
||||
}
|
||||
|
||||
resource "docker_network" "bridge" {
|
||||
name = "terraform-static-eth1-shared"
|
||||
name = "qnet-static-bond0-48e715"
|
||||
driver = "qnet"
|
||||
ipam_driver = "qnet"
|
||||
internal = false
|
||||
@@ -28,7 +28,13 @@ resource "docker_network" "bridge" {
|
||||
}
|
||||
|
||||
ipam_options = {
|
||||
iface = "eth0"
|
||||
iface = "bond0"
|
||||
}
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
ipam_config
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -21,6 +21,10 @@ resource "docker_container" "mariadb" {
|
||||
type = "bind"
|
||||
}
|
||||
|
||||
env = [
|
||||
"MARIADB_AUTO_UPGRADE=true"
|
||||
]
|
||||
|
||||
restart = "always"
|
||||
|
||||
networks_advanced {
|
||||
|
||||
1385
terraform.tfstate
1385
terraform.tfstate
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -37,12 +37,6 @@ resource "docker_container" "zigbee-2-mqtt" {
|
||||
ipv4_address = "192.168.2.117"
|
||||
}
|
||||
|
||||
devices {
|
||||
container_path = "/dev/ttyACM0"
|
||||
host_path = "/dev/ttyACM0"
|
||||
permissions = "rwm"
|
||||
}
|
||||
|
||||
lifecycle {
|
||||
ignore_changes = [
|
||||
ulimit,
|
||||
|
||||
Reference in New Issue
Block a user