Good day. It's really cool project with great features, but...
I see some configurations for Docker & Docker Swarm environments, I just tried to run it on my Win10 or MacOS. It doesn't work. I guess you have specific network setup on your dev machine.
-
First of all, why is there strong IP hard-coding: ipv4_address: 172.19.0.6 and so on?
-
For what you are set constraints: [node.role == manager]?
-
Main application is crashed with error on /opt/monaba/Monaba /var/settings.yml and message that settings.yml cannot be parsed as valid yaml file. Btw I checked this file in yaml online validator - it was valid. Also I checked the file inside a docker container, file was in the path /var/settings.yml and contains all configs.
-
Why you set host aliases for containers: search.in and so on? I didn't find the usage of it.
-
What is the reason to use exactly this subnet: subnet: 172.19.0.0/16?
Please, help! 
Good day. It's really cool project with great features, but...
I see some configurations for Docker & Docker Swarm environments, I just tried to run it on my Win10 or MacOS. It doesn't work. I guess you have specific network setup on your dev machine.
First of all, why is there strong IP hard-coding:
ipv4_address: 172.19.0.6and so on?For what you are set
constraints: [node.role == manager]?Main application is crashed with error on
/opt/monaba/Monaba /var/settings.ymland message thatsettings.ymlcannot be parsed as valid yaml file. Btw I checked this file in yaml online validator - it was valid. Also I checked the file inside a docker container, file was in the path/var/settings.ymland contains all configs.Why you set host aliases for containers:
search.inand so on? I didn't find the usage of it.What is the reason to use exactly this subnet:
subnet: 172.19.0.0/16?Please, help!