Update everything to the new leap serer
This commit is contained in:
@@ -14,7 +14,7 @@ terraform {
|
||||
|
||||
provider "docker" {
|
||||
# host = "tcp://127.0.0.1:3000"
|
||||
host = "tcp://172.20.0.207:2375"
|
||||
host = "tcp://127.0.0.1:2376"
|
||||
cert_path = pathexpand(".docker")
|
||||
|
||||
registry_auth {
|
||||
@@ -29,26 +29,28 @@ resource "docker_network" "container-public" {
|
||||
ipam_config {
|
||||
subnet = "192.168.3.0/24"
|
||||
gateway = "192.168.3.1"
|
||||
ip_range = "192.168.3.128/25"
|
||||
}
|
||||
}
|
||||
|
||||
resource "docker_network" "ipv6-slaac" {
|
||||
name = "ipv6-slaac"
|
||||
ipv6 = true
|
||||
|
||||
ipam_config {
|
||||
aux_address = {}
|
||||
gateway = "192.168.48.1"
|
||||
subnet = "192.168.48.0/20"
|
||||
}
|
||||
|
||||
ipam_config {
|
||||
aux_address = {}
|
||||
subnet = "2a02:a470:b12a:2::/64"
|
||||
gateway = "2a02:a470:b12a:2::1"
|
||||
ipam_options = {
|
||||
driver = "host-local"
|
||||
}
|
||||
}
|
||||
#
|
||||
# resource "docker_network" "ipv6-slaac" {
|
||||
# name = "ipv6-slaac"
|
||||
# ipv6 = true
|
||||
#
|
||||
# ipam_config {
|
||||
# aux_address = {}
|
||||
# gateway = "192.168.48.1"
|
||||
# subnet = "192.168.48.0/20"
|
||||
# }
|
||||
#
|
||||
# ipam_config {
|
||||
# aux_address = {}
|
||||
# subnet = "2a02:a470:b12a:2::/64"
|
||||
# gateway = "2a02:a470:b12a:2::1"
|
||||
# }
|
||||
# }
|
||||
|
||||
resource "docker_network" "ip6net" {
|
||||
name = "ipv6net"
|
||||
|
||||
Reference in New Issue
Block a user