Revert to using 8080 for all
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-03-29 13:38:08 +02:00
parent c8c27e4aad
commit 1c3ceea69b
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
3 changed files with 1 additions and 4 deletions

View File

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

View File

@ -37,12 +37,11 @@
app: keycloak
mappings:
- "http:{{ http_port }}:{{ http_port }}"
- "https:{{ https_port }}:{{ https_port }}"
state: absent
- name: Set HTTP 443 port
dokku_ports:
app: keycloak
mappings:
- "https:443:{{ https_port }}"
- "https:443:{{ http_port }}"
state: present

View File

@ -2,5 +2,4 @@
autonomic_admin_mail: helo@autonomic.zone
autonomic_admin_user: autonomic
http_port: "8080"
https_port: "8443"
proxy_address_forwarding: "true"