Add switch to override the default Docker hostname (fixes #193)
authorFlorian Bender <fb+git@quantumedia.de>
Fri, 16 Oct 2015 12:49:03 +0000 (14:49 +0200)
committerFlorian Bender <fb+git@quantumedia.de>
Fri, 1 Apr 2016 10:27:37 +0000 (12:27 +0200)
commitc6dd6f9d7f16c471a4ffa04d488dd5be97ee78a2
tree91ccf1d7ac4721264e9e871f77992879154e88c6
parent1ac26ad64b982676eedb64dbdc3fe3514c2cb22d
Add switch to override the default Docker hostname (fixes #193)

A new (optional) ENV var was added to the templates that instructs the
`launcher` script to use the DISCOURSE_HOSTNAME as the Docker hostname
(via the -h/--hostname option) instead of the default value of
`$hostname-$config`.
launcher
samples/standalone.yml
samples/web_only.yml