e
This commit is contained in:
15
dnsmasq.conf
15
dnsmasq.conf
@@ -1,15 +0,0 @@
|
|||||||
# DNS-Server für ca-lose VPN-Clients
|
|
||||||
# Upstream DNS für externe Anfragen
|
|
||||||
server=1.1.1.1
|
|
||||||
server=8.8.8.8
|
|
||||||
|
|
||||||
# Kein DHCP, nur DNS
|
|
||||||
no-dhcp-interface=
|
|
||||||
|
|
||||||
# Logging
|
|
||||||
log-queries
|
|
||||||
|
|
||||||
# Interne Hostnamen
|
|
||||||
address=/lose-verkaufen/172.25.0.10
|
|
||||||
address=/ca-lose-frontend/172.25.0.10
|
|
||||||
address=/ca-lose-backend/172.25.0.11
|
|
||||||
@@ -4,8 +4,7 @@ services:
|
|||||||
hostname: lose-verkaufen
|
hostname: lose-verkaufen
|
||||||
build: ./frontend
|
build: ./frontend
|
||||||
networks:
|
networks:
|
||||||
ca-lose-internal:
|
- ca-lose-internal
|
||||||
ipv4_address: 172.25.0.10
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
@@ -20,8 +19,7 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- database
|
- database
|
||||||
networks:
|
networks:
|
||||||
ca-lose-internal:
|
- ca-lose-internal
|
||||||
ipv4_address: 172.25.0.11
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
database:
|
database:
|
||||||
@@ -38,16 +36,6 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- ca-lose-internal
|
- ca-lose-internal
|
||||||
|
|
||||||
dns:
|
|
||||||
container_name: ca-lose-dns
|
|
||||||
image: jpillora/dnsmasq
|
|
||||||
restart: unless-stopped
|
|
||||||
volumes:
|
|
||||||
- ./dnsmasq.conf:/etc/dnsmasq.conf:ro
|
|
||||||
networks:
|
|
||||||
ca-lose-internal:
|
|
||||||
ipv4_address: 172.25.0.5
|
|
||||||
|
|
||||||
wireguard:
|
wireguard:
|
||||||
image: lscr.io/linuxserver/wireguard:latest
|
image: lscr.io/linuxserver/wireguard:latest
|
||||||
container_name: wireguard
|
container_name: wireguard
|
||||||
|
|||||||
Reference in New Issue
Block a user