Attempt to point towards the 8443 port for HTTPS

This commit is contained in:
Luke Murphy 2020-04-02 01:19:47 +02:00
parent 25c26178ed
commit c62d53d693
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 3 additions and 6 deletions

5
CHECKS
View File

@ -1,5 +0,0 @@
WAIT=30
TIMEOUT=30
ATTEMPTS=5
/auth

View File

@ -43,5 +43,5 @@
dokku_ports:
app: keycloak
mappings:
- "https:443:{{ http_port }}"
- "https:443:{{ https_port }}"
state: present

View File

@ -16,6 +16,7 @@
state: present
- name: Create mariadb database
no_log: true
shell: "
dokku
mariadb:create

View File

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