Initial commit of idm_app

This commit is contained in:
Johan Wassberg 2024-02-26 10:47:19 +01:00
parent 6ec9691d2a
commit 0658560a48
Signed by: jocar
GPG key ID: BE4EC2EEADF2C31B
2 changed files with 17 additions and 0 deletions

View 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'
}
}

View file

@ -0,0 +1,7 @@
version: '3.2'
services:
idm_app:
image: docker.sunet.se/eidas-idm
ports:
- '443:443'