Cancel https and rip out white space
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
74768c7e84
commit
561e6e2823
@ -1,11 +1,10 @@
|
|||||||
---
|
---
|
||||||
port: 8080
|
port: 8080
|
||||||
|
https: false
|
||||||
db:
|
db:
|
||||||
- type: "mariadb"
|
- type: "mariadb"
|
||||||
passwd: "{{ db_passwd }}"
|
passwd: "{{ db_passwd }}"
|
||||||
root_passwd: "{{ root_db_passwd }}"
|
root_passwd: "{{ root_db_passwd }}"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
DB_ADDR: "{{ dokku_mariadb_db_addr }}"
|
DB_ADDR: "{{ dokku_mariadb_db_addr }}"
|
||||||
DB_DATABASE: "keycloak_v2"
|
DB_DATABASE: "keycloak_v2"
|
||||||
|
Reference in New Issue
Block a user