This commit is contained in:
2026-01-20 20:19:12 +01:00
parent 4b3c8a2424
commit a34a70572f
2 changed files with 7 additions and 7 deletions

View File

@@ -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

View File

@@ -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