Revert "Disable mounting for now"

This reverts commit 513cd29cae.
This commit is contained in:
Luke Murphy 2020-03-25 01:15:49 +01:00
parent 513cd29cae
commit 106674eb57
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 7 additions and 0 deletions

View File

@ -25,6 +25,13 @@
args:
creates: /home/dokku/keycloak/letsencrypt/cron-job
- name: Specify certificate docker volume mounts
dokku_storage:
app: keycloak
mounts:
- "/home/dokku/keycloak/letsencrypt/certs/current/key.pem:/etc/x509/https/tls.key"
- "/home/dokku/keycloak/letsencrypt/certs/current/cert.pem:/etc/x509/https/tls.crt"
- name: Remove automatically configured ports
dokku_ports:
app: keycloak