Break up config (implementation details...)
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-13 14:34:27 +02:00
parent bd0f410957
commit 24b0e7d06d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
4 changed files with 15 additions and 17 deletions

2
deploy.d/app.yml Normal file
View File

@ -0,0 +1,2 @@
---
port: 8080

View File

@ -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
View File

@ -0,0 +1,4 @@
---
mariadb:
password: "{{ db_passwd }}"
root_password: "{{ root_db_passwd }}"

9
deploy.d/env.yml Normal file
View 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"