no local logging

This commit is contained in:
Leif Johansson 2017-12-06 23:19:49 +01:00
parent b35815e946
commit 6578413944

View file

@ -268,8 +268,7 @@ class prid($hostname) {
imagetag => '1.0.0',
hostname => "$hostname",
ports => ['443:8443'],
volumes => ['/var/log/prid-service:/var/log/prid-service',
'/etc/prid-service:/etc/prid-service',
volumes => ['/etc/prid-service:/etc/prid-service',
'/etc/ssl:/etc/ssl'],
env => ["PRID_SERVICE_POLICY_CONFIGURATION=/etc/prid-service/policy.properties",
"CERTNAME=${hostname}_infra"]