mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 07:08:33 +01:00
feat: ntfy, new dispatcher & atlantis-verify update
This commit is contained in:
@@ -6,9 +6,29 @@ event-dispatcher:
|
||||
volumes:
|
||||
- "/data/event-dispatcher/instance/:/app/instance/"
|
||||
environment:
|
||||
SIGNAL_API_PASS: "{{ event_dispatcher_pass }}"
|
||||
LDAP_SERVER : "{{ ldap_connection_url }}"
|
||||
LDAP_BIND_DN : "{{ ldap_bind_dn }}"
|
||||
LDAP_BIND_PW : "{{ ldap_password }}"
|
||||
LDAP_BASE_DN : "{{ ldap_user_dn }}"
|
||||
SIGNAL_GATEWAY_PASS: "{{ event_dispatcher_token }}"
|
||||
|
||||
event-dispatcher-worker:
|
||||
image: registry.atlantishq.de/athq/event-dispatcher-worker
|
||||
|
||||
restart: always
|
||||
environment:
|
||||
|
||||
DISPATCH_SERVER: "{{ event_dispatcher_proto }}://{{ event_dispatcher_host }}"
|
||||
DISPATCH_USER: "{{ event_dispatcher_user }}"
|
||||
DISPATCH_PASSWORD: "{{ event_dispatcher_pass }}"
|
||||
|
||||
NTFY_PUSH_TARGET: "{{ ntfy_push_target }}"
|
||||
NTFY_USER: "admin"
|
||||
NTFY_PASSWORD: "{{ ntfy_api_access_token }}"
|
||||
NTFY_API_SERVER: "{{ ntfy_api_target }}"
|
||||
NTFY_API_TOKEN: "{{ ntfy_api_access_token }}"
|
||||
|
||||
LDAP_SERVER : "{{ ldap_connection_url }}"
|
||||
LDAP_BIND_DN : "{{ ldap_bind_dn }}"
|
||||
LDAP_BIND_PW : "{{ ldap_password }}"
|
||||
LDAP_BASE_DN : "{{ ldap_user_dn }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user