26 lines
689 B
YAML
26 lines
689 B
YAML
---
|
|
diun_version: 4
|
|
|
|
diun_upstream_file_dir: "{{ docker_stack_files_dir }}/{{ stack_name }}"
|
|
|
|
diun_use_https: true
|
|
|
|
# the subdomain link diun will be reachable under
|
|
subdomain_alias: diun
|
|
|
|
diun_tz: Europe/Berlin
|
|
diun_log_level: info
|
|
diun_watch_swarm_by_default: true
|
|
|
|
diun_notif_mail_host: localhost
|
|
diun_notif_mail_port: 25
|
|
# diun_notif_mail_username: required for mail
|
|
# diun_notif_mail_password: required for mail
|
|
# diun_notif_mail_from: required for mail
|
|
# diun_notif_mail_to: required for mail
|
|
|
|
diun_notif_matrix_url: "https://matrix.org"
|
|
#diun_notif_matrix_user: required for matrix
|
|
#diun_notif_matrix_password: required for matrix
|
|
#diun_notif_matrix_roomid: required for matrix
|
|
|