feat: new smart-send event gate

This commit is contained in:
2023-07-21 15:41:40 +00:00
parent 0a57ee6517
commit 2d72c74c7a
5 changed files with 26 additions and 3 deletions

View File

@@ -1,12 +1,13 @@
event-dispatcher:
ports:
- 5007:5000
image: registry.atlantishq.de/event-dispatcher
image: registry.atlantishq.de/athq/event-dispatcher
restart: always
volumes:
- "/data/event-dispatcher/instance/":"/app/instance/"
- "/data/event-dispatcher/instance/:/app/instance/"
environment:
LDAP_SERVER : "{{ ldap_connection_url_ext }}"
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 }}"