Add volumes
This commit is contained in:
parent
7193c257fe
commit
aa77ffd451
4
app.json
4
app.json
@ -5,5 +5,9 @@
|
|||||||
"success_url": "/",
|
"success_url": "/",
|
||||||
"dokku": {
|
"dokku": {
|
||||||
"plugins": []
|
"plugins": []
|
||||||
|
"volumes":[
|
||||||
|
{"host":"/etc/letsencrypt/keycloak.gitea-experiment.autonomic.zone/cert.pem","app":"/etc/x509/https/tls.crt"},
|
||||||
|
{"host":"/etc/letsencrypt/keycloak.gitea-experiment.autonomic.zone/privkey.pem","app":"/etc/x509/https/tls.key"}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user