Hi,
I am working on Dockerizing our CQ 5.6 deployment for local development.
For local development, we have 1 author instance, 1 publisher instance, 1 author dispatcher, and 1 publisher dispatcher.
The author instance is assigned an IP address of 192.168.78.1 and the publisher is assigned an IP address of 192.168.78.2.
When I start the instances for the first (and subsequent) time(s), how can I configure them so that they know they should communicate via the given IP addresses rather than localhost?
Thanks.