Init keycloak dokku experiment
This commit is contained in:
commit
7fc145bc0b
1
Dockerfile
Normal file
1
Dockerfile
Normal file
@ -0,0 +1 @@
|
|||||||
|
FROM jboss/keycloak:9.0.0
|
20
app.json
Normal file
20
app.json
Normal 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"]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user