Don't mount volumes
continuous-integration/drone/push Build is passing Details

Because HTTPS terminates at the Nginx layer.
This commit is contained in:
Luke Murphy 2020-04-06 22:03:46 +02:00
parent 99ab0602d1
commit 5a8b770632
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,7 @@
FROM jboss/keycloak:9.0.2
EXPOSE 8080
EXPOSE 8443
COPY . ${WORKDIR}

View File

@ -25,13 +25,6 @@
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