Add volumes

This commit is contained in:
Luke Murphy 2020-03-09 10:45:38 +01:00
parent 7193c257fe
commit aa77ffd451
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 4 additions and 0 deletions

View File

@ -5,5 +5,9 @@
"success_url": "/",
"dokku": {
"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"}
]
}
}