This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
id.autonomic.zone/deploy.d/config.yml

18 lines
467 B
YAML
Raw Normal View History

2020-04-13 13:02:01 +00:00
---
2020-04-13 14:16:05 +00:00
port: "8080"
2020-04-13 14:22:45 +00:00
domain: "id.autonomic.zone"
2020-04-13 13:02:01 +00:00
db:
2020-04-13 13:57:48 +00:00
- type: "mariadb"
passwd: "{{ db_passwd }}"
root_passwd: "{{ root_db_passwd }}"
2020-04-13 13:02:01 +00:00
env:
2020-04-13 13:16:24 +00:00
DB_ADDR: "{{ dokku_mariadb_db_addr }}"
2020-04-13 13:27:20 +00:00
DB_DATABASE: "keycloak_v2"
2020-04-13 13:02:01 +00:00
DB_PASSWORD: "{{ db_passwd }}"
2020-04-13 13:16:24 +00:00
DB_USER: "{{ dokku_mariadb_db_user }}"
2020-04-13 13:02:01 +00:00
DB_VENDOR: "mariadb"
DOKKU_LETSENCRYPT_EMAIL: "helo@autonomic.zone"
KEYCLOAK_PASSWORD: "helo@autonomic.zone"
KEYCLOAK_USER: "autonomic"
PROXY_ADDRESS_FORWARDING: "true"