Testing gateway
This commit is contained in:
parent
edc4f7c30a
commit
449a4fb4a2
|
@ -68,14 +68,14 @@ services:
|
||||||
container_name: xbnet_node
|
container_name: xbnet_node
|
||||||
privileged: true
|
privileged: true
|
||||||
env_file: .env
|
env_file: .env
|
||||||
networks:
|
# networks:
|
||||||
xbee_net:
|
# xbee_net:
|
||||||
ipv4_address: ${XBEE_NET_SRC_IP} # Ensure this IP belongs to the xbee_net subnet
|
# ipv4_address: ${XBEE_NET_SRC_IP} # Ensure this IP belongs to the xbee_net subnet
|
||||||
|
|
||||||
networks:
|
# networks:
|
||||||
xbee_net:
|
# xbee_net:
|
||||||
driver: bridge
|
# driver: bridge
|
||||||
ipam:
|
# ipam:
|
||||||
config:
|
# config:
|
||||||
- subnet: ${BASE_SUBNET}.0/24 # Match the network's subnet
|
# - subnet: ${BASE_SUBNET}.0/24 # Match the network's subnet
|
||||||
gateway: ${DEFAULT_GATEWAY} # Gateway for central router
|
# gateway: ${DEFAULT_GATEWAY} # Gateway for central router
|
Loading…
Reference in New Issue