Because HTTPS terminates at the Nginx layer.
This commit is contained in:
parent
99ab0602d1
commit
5a8b770632
@ -1,6 +1,7 @@
|
|||||||
FROM jboss/keycloak:9.0.2
|
FROM jboss/keycloak:9.0.2
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
||||||
EXPOSE 8443
|
EXPOSE 8443
|
||||||
|
|
||||||
COPY . ${WORKDIR}
|
COPY . ${WORKDIR}
|
||||||
|
@ -25,13 +25,6 @@
|
|||||||
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