Merge pull request #604 from ofthesun9/feature-swarm

Enabling swarm deployment on master branch
This commit is contained in:
mergify[bot]
2018-10-19 09:18:34 +00:00
committed by GitHub
4 changed files with 611 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
type = "controller";
bind_socket = "*:11334";
password = "mailu";
secure_ip = "{{ FRONT_ADDRESS }}";
secure_ip = "{% if POD_ADDRESS_RANGE %}{{ POD_ADDRESS_RANGE }}{% else %}{{ FRONT_ADDRESS }}{% endif %}";