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 log-queries
# Interne Hostnamen # Interne Hostnamen
address=/lose-verkaufen/172.25.0.3 address=/lose-verkaufen/172.25.0.10
address=/ca-lose-frontend/172.25.0.3 address=/ca-lose-frontend/172.25.0.10
address=/ca-lose-backend/172.25.0.4 address=/ca-lose-backend/172.25.0.11

View File

@@ -5,7 +5,7 @@ services:
build: ./frontend build: ./frontend
networks: networks:
ca-lose-internal: ca-lose-internal:
ipv4_address: 172.25.0.3 ipv4_address: 172.25.0.10
restart: unless-stopped restart: unless-stopped
backend: backend:
@@ -21,7 +21,7 @@ services:
- database - database
networks: networks:
ca-lose-internal: ca-lose-internal:
ipv4_address: 172.25.0.4 ipv4_address: 172.25.0.11
restart: unless-stopped restart: unless-stopped
database: database:
@@ -46,7 +46,7 @@ services:
- ./dnsmasq.conf:/etc/dnsmasq.conf:ro - ./dnsmasq.conf:/etc/dnsmasq.conf:ro
networks: networks:
ca-lose-internal: ca-lose-internal:
ipv4_address: 172.25.0.2 ipv4_address: 172.25.0.5
wireguard: wireguard:
image: lscr.io/linuxserver/wireguard:latest image: lscr.io/linuxserver/wireguard:latest
@@ -61,7 +61,7 @@ services:
- SERVERURL=dus3.the1s.de - SERVERURL=dus3.the1s.de
- SERVERPORT=51830 - SERVERPORT=51830
- PEERS=2 - PEERS=2
- PEERDNS=172.25.0.2 - PEERDNS=172.25.0.5
- INTERNAL_SUBNET=10.13.13.0 - INTERNAL_SUBNET=10.13.13.0
- ALLOWEDIPS=172.25.0.0/24 - ALLOWEDIPS=172.25.0.0/24
- PERSISTENTKEEPALIVE_PEERS=25 - PERSISTENTKEEPALIVE_PEERS=25