Add homebox service
This commit is contained in:
parent
3831ac4244
commit
ccf7f7a598
6 changed files with 37 additions and 4 deletions
_ansible/roles/umami/vars
|
@ -12,7 +12,6 @@ svc_env:
|
|||
DATABASE_URL: postgres://{{ svc.db.user }}:{{ svc.db.pass }}@{{ svc.db.host }}/{{ svc.db.db }}
|
||||
DATABASE_TYPE: postgresql
|
||||
FORCE_SSL: 1
|
||||
HOSTNAME: "{{ svc.domain }}"
|
||||
HASH_SALT: "{{ vault_umami.hash_salt }}"
|
||||
|
||||
compose:
|
||||
|
|
Reference in a new issue