This commit is contained in:
Johan Wassberg 2024-02-26 11:00:53 +01:00
parent 4579f4095e
commit f595fbeccd
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B

View file

@ -4,6 +4,7 @@ class eid::idm_app (
sunet::docker_compose { 'idm_app':
content => template('eid/idm/docker-compose.yml.erb'),
service_name => 'idm_app',
compose_dir => '/opt/',
compose_filename => 'docker-compose.yml',
description => 'Identity matching'
}