From fb0b3914086484d9284426985984e2c1699ba557 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Fri, 5 Jan 2024 16:13:01 -0500 Subject: ldap, internal CA, internal webserver, dns, etc. --- roles/lldap/templates/docker-compose.yml.j2 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 roles/lldap/templates/docker-compose.yml.j2 (limited to 'roles/lldap/templates/docker-compose.yml.j2') diff --git a/roles/lldap/templates/docker-compose.yml.j2 b/roles/lldap/templates/docker-compose.yml.j2 new file mode 100644 index 0000000..c4757b2 --- /dev/null +++ b/roles/lldap/templates/docker-compose.yml.j2 @@ -0,0 +1,18 @@ +version: "3" + +volumes: + lldap_data: + driver: local + +services: + lldap: + image: lldap/lldap:stable + ports: + - "{{ johan_ip }}:3890:3890" + - "127.0.0.1:17170:17170" + volumes: + - "lldap_data:/data" + environment: + - LLDAP_JWT_SECRET="{{ lldap_jwt_secret }}" + - LLDAP_LDAP_USER_PASS="{{ lldap_user_pass }}" + - LLDAP_LDAP_BASE_DN=dc=simponic,dc=xyz -- cgit v1.2.3-70-g09d2