Init keycloak dokku experiment

This commit is contained in:
Luke Murphy 2020-03-08 14:17:34 +01:00
commit 7fc145bc0b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 21 additions and 0 deletions

1
Dockerfile Normal file
View File

@ -0,0 +1 @@
FROM jboss/keycloak:9.0.0

20
app.json Normal file
View File

@ -0,0 +1,20 @@
{
"name": "keycloak",
"description": "Open Source Identity and Access Management",
"repository": "https://gitlab.com/autonomic-cooperative/gitea-experiment",
"success_url": "/",
"dokku": {
"plugins": [
{
"name": "domains",
"commands": [
"domains:add keycloak keycloak.gitea-experiment.autonomic.zone"
]
},
{
"name": "letsencrypt",
"commands": ["letsencrypt keycloak", "letsencrypt:cron-job --add"]
}
]
}
}