set docker hostname
This commit is contained in:
parent
29ef6f89d1
commit
defe9d25d0
1 changed files with 2 additions and 0 deletions
|
@ -277,6 +277,7 @@ class eidas_connector($version="1.0.6",$hostname='localhost') {
|
|||
sunet::docker_run {'eidas-connector':
|
||||
image => 'docker.sunet.se/eidas-connector',
|
||||
imagetag => $_version,
|
||||
hostname => "${::fqdn}",
|
||||
ports => ['443:8443'],
|
||||
volumes => ['/var/log/eidas-connector:/var/log/eidas-connector',
|
||||
'/etc/eidas-connector:/etc/eidas-connector',
|
||||
|
@ -316,6 +317,7 @@ class eidas_proxy($version='1.0.0',$country='se',$hostname='localhost') {
|
|||
sunet::docker_run {'eidas-proxy':
|
||||
image => 'docker.sunet.se/eidas-proxy',
|
||||
imagetag => $_version,
|
||||
hostname => "${::fqdn}",
|
||||
ports => ['443:8443','127.0.0.01:444:8444'],
|
||||
volumes => ['/var/log/eidas-proxy:/var/log/eidas-proxy',
|
||||
'/etc/eidas-proxy:/etc/eidas-proxy',
|
||||
|
|
Loading…
Add table
Reference in a new issue