remove the external network expectation

This commit is contained in:
Stefan Allius
2024-06-04 20:00:39 +02:00
parent 6e1ed5d1e7
commit e6ecf5911b

View File

@@ -56,10 +56,9 @@ services:
- ${PROJECT_DIR:-./}mosquitto/config:/mosquitto/config
- ${PROJECT_DIR:-./}mosquitto/data:/mosquitto/data
networks:
outside:
ipv4_address: 172.28.1.5 # static IP required to receive mDNS traffic
- outside
####### T S U N - P R O X Y ######
tsun-proxy:
@@ -91,11 +90,4 @@ services:
networks:
outside:
name: home-assistant
external: true
ipam:
driver: default
config:
- subnet: 172.28.1.0/26
ip_range: 172.28.1.32/27
gateway: 172.28.1.62