Initial commit of idm_app
This commit is contained in:
parent
6ec9691d2a
commit
0658560a48
2 changed files with 17 additions and 0 deletions
10
global/overlay/etc/puppet/modules/eid/manifests/idm_app.pp
Normal file
10
global/overlay/etc/puppet/modules/eid/manifests/idm_app.pp
Normal file
|
@ -0,0 +1,10 @@
|
|||
# idm_app
|
||||
class eid::idm_app (
|
||||
) {
|
||||
sunet::docker_compose { 'idm_app':
|
||||
content => template('eid/idm/docker-compose.yml.erb'),
|
||||
service_name => 'idm_app',
|
||||
compose_filename => 'docker-compose.yml',
|
||||
description => 'Identity matching'
|
||||
}
|
||||
}
|
|
@ -0,0 +1,7 @@
|
|||
version: '3.2'
|
||||
|
||||
services:
|
||||
idm_app:
|
||||
image: docker.sunet.se/eidas-idm
|
||||
ports:
|
||||
- '443:443'
|
Loading…
Add table
Reference in a new issue