From a34a70572ff3d3de244463b0c43705307bd2809e Mon Sep 17 00:00:00 2001 From: Theis Date: Tue, 20 Jan 2026 20:19:12 +0100 Subject: [PATCH] edited --- dnsmasq.conf | 6 +++--- docker-compose.prod.yml | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dnsmasq.conf b/dnsmasq.conf index 62e9b7a..2b37116 100644 --- a/dnsmasq.conf +++ b/dnsmasq.conf @@ -10,6 +10,6 @@ no-dhcp-interface= log-queries # Interne Hostnamen -address=/lose-verkaufen/172.25.0.3 -address=/ca-lose-frontend/172.25.0.3 -address=/ca-lose-backend/172.25.0.4 +address=/lose-verkaufen/172.25.0.10 +address=/ca-lose-frontend/172.25.0.10 +address=/ca-lose-backend/172.25.0.11 diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 9198157..81e6c21 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -5,7 +5,7 @@ services: build: ./frontend networks: ca-lose-internal: - ipv4_address: 172.25.0.3 + ipv4_address: 172.25.0.10 restart: unless-stopped backend: @@ -21,7 +21,7 @@ services: - database networks: ca-lose-internal: - ipv4_address: 172.25.0.4 + ipv4_address: 172.25.0.11 restart: unless-stopped database: @@ -46,7 +46,7 @@ services: - ./dnsmasq.conf:/etc/dnsmasq.conf:ro networks: ca-lose-internal: - ipv4_address: 172.25.0.2 + ipv4_address: 172.25.0.5 wireguard: image: lscr.io/linuxserver/wireguard:latest @@ -61,7 +61,7 @@ services: - SERVERURL=dus3.the1s.de - SERVERPORT=51830 - PEERS=2 - - PEERDNS=172.25.0.2 + - PEERDNS=172.25.0.5 - INTERNAL_SUBNET=10.13.13.0 - ALLOWEDIPS=172.25.0.0/24 - PERSISTENTKEEPALIVE_PEERS=25