From 03db01be8b93f879e29ca5bac0dc9a43f5d3212a Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Tue, 10 Jun 2025 17:01:33 -0500 Subject: [PATCH] specify interface --- hosts/ps08rp/blocky/compose.yaml | 4 ++-- hosts/ps08rp/node-exporter/compose.yaml | 2 +- hosts/ps08rp/traefik/compose.yaml | 4 ++-- hosts/ps09rp/blocky/compose.yaml | 4 ++-- hosts/ps09rp/node-exporter/compose.yaml | 2 +- hosts/ps09rp/traefik/compose.yaml | 4 ++-- hosts/ps10rp/blocky/compose.yaml | 4 ++-- hosts/ps10rp/node-exporter/compose.yaml | 2 -- hosts/ps10rp/traefik/compose.yaml | 4 ++-- 9 files changed, 14 insertions(+), 16 deletions(-) diff --git a/hosts/ps08rp/blocky/compose.yaml b/hosts/ps08rp/blocky/compose.yaml index 2a936d039..5bd9e7f96 100644 --- a/hosts/ps08rp/blocky/compose.yaml +++ b/hosts/ps08rp/blocky/compose.yaml @@ -23,8 +23,8 @@ services: environment: - TZ=America/Chicago ports: - - 53:53/tcp - - 53:53/udp + - 0.0.0.0:53:53/tcp + - 0.0.0.0:53:53/udp restart: always volumes: - ./config.yml:/app/config.yml diff --git a/hosts/ps08rp/node-exporter/compose.yaml b/hosts/ps08rp/node-exporter/compose.yaml index 004cd16cc..832857f6b 100644 --- a/hosts/ps08rp/node-exporter/compose.yaml +++ b/hosts/ps08rp/node-exporter/compose.yaml @@ -6,7 +6,7 @@ services: command: - '--path.rootfs=/rootfs' ports: - - 9100:9100 + - 0.0.0.0:9100:9100 pid: host restart: always volumes: diff --git a/hosts/ps08rp/traefik/compose.yaml b/hosts/ps08rp/traefik/compose.yaml index c0d51003d..fb2ef5ef3 100644 --- a/hosts/ps08rp/traefik/compose.yaml +++ b/hosts/ps08rp/traefik/compose.yaml @@ -52,8 +52,8 @@ services: networks: internal: null ports: - - 80:80 - - 443:443 + - 0.0.0.0:80:80 + - 0.0.0.0:443:443 privileged: true restart: always volumes: diff --git a/hosts/ps09rp/blocky/compose.yaml b/hosts/ps09rp/blocky/compose.yaml index 1c1643769..7c37479b0 100644 --- a/hosts/ps09rp/blocky/compose.yaml +++ b/hosts/ps09rp/blocky/compose.yaml @@ -23,8 +23,8 @@ services: environment: - TZ=America/Chicago ports: - - 53:53/tcp - - 53:53/udp + - 0.0.0.0:53:53/tcp + - 0.0.0.0:53:53/udp restart: always volumes: - ./config.yml:/app/config.yml diff --git a/hosts/ps09rp/node-exporter/compose.yaml b/hosts/ps09rp/node-exporter/compose.yaml index 004cd16cc..832857f6b 100644 --- a/hosts/ps09rp/node-exporter/compose.yaml +++ b/hosts/ps09rp/node-exporter/compose.yaml @@ -6,7 +6,7 @@ services: command: - '--path.rootfs=/rootfs' ports: - - 9100:9100 + - 0.0.0.0:9100:9100 pid: host restart: always volumes: diff --git a/hosts/ps09rp/traefik/compose.yaml b/hosts/ps09rp/traefik/compose.yaml index f06da03e6..2830a1d7c 100644 --- a/hosts/ps09rp/traefik/compose.yaml +++ b/hosts/ps09rp/traefik/compose.yaml @@ -52,8 +52,8 @@ services: networks: internal: null ports: - - 80:80 - - 443:443 + - 0.0.0.0:80:80 + - 0.0.0.0:443:443 privileged: true restart: always volumes: diff --git a/hosts/ps10rp/blocky/compose.yaml b/hosts/ps10rp/blocky/compose.yaml index a5aea0020..8f522de5a 100644 --- a/hosts/ps10rp/blocky/compose.yaml +++ b/hosts/ps10rp/blocky/compose.yaml @@ -23,8 +23,8 @@ services: environment: - TZ=America/Chicago ports: - - 53:53/tcp - - 53:53/udp + - 0.0.0.0:53:53/tcp + - 0.0.0.0:53:53/udp restart: always volumes: - ./config.yml:/app/config.yml diff --git a/hosts/ps10rp/node-exporter/compose.yaml b/hosts/ps10rp/node-exporter/compose.yaml index 2ce9e754e..968476b6f 100644 --- a/hosts/ps10rp/node-exporter/compose.yaml +++ b/hosts/ps10rp/node-exporter/compose.yaml @@ -24,8 +24,6 @@ services: container_name: node-exporter command: - '--path.rootfs=/rootfs' - ports: - - 9100:9100 pid: host restart: always volumes: diff --git a/hosts/ps10rp/traefik/compose.yaml b/hosts/ps10rp/traefik/compose.yaml index 861a709d1..354d4c998 100644 --- a/hosts/ps10rp/traefik/compose.yaml +++ b/hosts/ps10rp/traefik/compose.yaml @@ -67,8 +67,8 @@ services: networks: internal: null ports: - - 80:80 - - 443:443 + - 0.0.0.0:80:80 + - 0.0.0.0:443:443 privileged: true restart: always volumes: