Break up config (implementation details...)
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
bd0f410957
commit
24b0e7d06d
2
deploy.d/app.yml
Normal file
2
deploy.d/app.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
port: 8080
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
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"
|
|
||||||
KEYCLOAK_PASSWORD: "helo@autonomic.zone"
|
|
||||||
KEYCLOAK_USER: "autonomic"
|
|
||||||
PROXY_ADDRESS_FORWARDING: "true"
|
|
4
deploy.d/db.yml
Normal file
4
deploy.d/db.yml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
mariadb:
|
||||||
|
password: "{{ db_passwd }}"
|
||||||
|
root_password: "{{ root_db_passwd }}"
|
9
deploy.d/env.yml
Normal file
9
deploy.d/env.yml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
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