How to set env.sh.eex for DNSCluster?

edit:

make sure myapp.internal resolve A record dns both ip 192.168.1.2, 192.168.1.1

# Example, check using iex
iex(app@172.19.0.5)1> :inet_res.lookup(~c"chat.internal", :in, :a)
[{172, 19, 0, 5}]
iex(app@172.19.0.5)2>