Add volumes

This commit is contained in:
Luke Murphy
2020-03-09 10:45:38 +01:00
parent 7193c257fe
commit aa77ffd451

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"}
]
}
}