From ebe35b94b059343849e0c428ee69378190f25030 Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 23 Oct 2023 15:41:46 +0200 Subject: grafana/traefik --- terraform/conflatorio-docker/traefik.tf | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) (limited to 'terraform/conflatorio-docker/traefik.tf') diff --git a/terraform/conflatorio-docker/traefik.tf b/terraform/conflatorio-docker/traefik.tf index ebc1ea0..8613394 100644 --- a/terraform/conflatorio-docker/traefik.tf +++ b/terraform/conflatorio-docker/traefik.tf @@ -1,10 +1,5 @@ resource "docker_network" "traefik" { name = "traefik" - ipv6 = true - - ipam_config { - subnet = "fdf3:aad9:a885:77dd:aaaa::/120" - } } resource "docker_image" "traefik" { @@ -21,16 +16,8 @@ resource "docker_container" "traefik" { name = docker_network.traefik.name } -# ports { -# internal = 80 -# external = 80 -# ip = "192.168.10.147" -# } -# -# ports { -# internal = 443 -# external = 443 -# ip = "192.168.10.147" +# networks_advanced { +# name = docker_network.public.name # } ports { -- cgit v1.2.3