parent
513cd29cae
commit
106674eb57
@ -25,6 +25,13 @@
|
|||||||
args:
|
args:
|
||||||
creates: /home/dokku/keycloak/letsencrypt/cron-job
|
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
|
- name: Remove automatically configured ports
|
||||||
dokku_ports:
|
dokku_ports:
|
||||||
app: keycloak
|
app: keycloak
|
||||||
|
Reference in New Issue
Block a user