services: << service_name >>: image: lldap/lldap:stable container_name: << service_name >> ports: - "<< port_web >>:17170" - "<< port_ldap >>:3890" environment: - UID=<< puid >> - GID=<< pgid >> - TZ=<< timezone >> - LLDAP_JWT_SECRET=<< jwt_secret >> - LLDAP_KEY_SEED=<< key_seed >> - LLDAP_LDAP_BASE_DN=<< base_dn >> - LLDAP_LDAP_USER_PASS=<< ldap_user_pass >> - LLDAP_HTTP_URL=<< http_url >> volumes: - << appdata_dir >>/<< service_name >>:/data restart: unless-stopped