mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-10 04:18:34 +01:00
13 lines
399 B
YAML
13 lines
399 B
YAML
event-dispatcher:
|
|
ports:
|
|
- 5007:5000
|
|
image: registry.atlantishq.de/event-dispatcher
|
|
restart: always
|
|
volumes:
|
|
- "/data/event-dispatcher/instance/":"/app/instance/"
|
|
environment:
|
|
LDAP_SERVER : "{{ ldap_connection_url_ext }}"
|
|
LDAP_BIND_DN : "{{ ldap_bind_dn }}"
|
|
LDAP_BIND_PW : "{{ ldap_password }}"
|
|
LDAP_BASE_DN : "{{ ldap_user_dn }}"
|