Revert to single file config
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
24b0e7d06d
commit
e47e7670a9
@ -1,2 +0,0 @@
|
||||
---
|
||||
port: 8080
|
18
deploy.d/config.yml
Normal file
18
deploy.d/config.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
port: 8080
|
||||
|
||||
db:
|
||||
- type: "mariadb"
|
||||
password: "{{ db_passwd }}"
|
||||
root_password: "{{ root_db_passwd }}"
|
||||
|
||||
env:
|
||||
DB_ADDR: "{{ dokku_db_addr }}"
|
||||
DB_DATABASE: "keycloak"
|
||||
DB_PASSWORD: "{{ db_passwd }}"
|
||||
DB_USER: "{{ dokku_db_user }}"
|
||||
DB_VENDOR: "mariadb"
|
||||
DOKKU_LETSENCRYPT_EMAIL: "helo@autonomic.zone"
|
||||
KEYCLOAK_PASSWORD: "helo@autonomic.zone"
|
||||
KEYCLOAK_USER: "autonomic"
|
||||
PROXY_ADDRESS_FORWARDING: "true"
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
mariadb:
|
||||
password: "{{ db_passwd }}"
|
||||
root_password: "{{ root_db_passwd }}"
|
@ -1,9 +0,0 @@
|
||||
---
|
||||
DB_ADDR: "{{ dokku_db_addr }}"
|
||||
DB_DATABASE: "keycloak"
|
||||
DB_PASSWORD: "{{ db_passwd }}"
|
||||
DB_USER: "{{ dokku_db_user }}"
|
||||
DB_VENDOR: "mariadb"
|
||||
KEYCLOAK_PASSWORD: "helo@autonomic.zone"
|
||||
KEYCLOAK_USER: "autonomic"
|
||||
PROXY_ADDRESS_FORWARDING: "true"
|
Reference in New Issue
Block a user