We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baf869a commit 9e216d8Copy full SHA for 9e216d8
docker-compose.yml
openldap.dockerapp
@@ -0,0 +1,28 @@
1
+---
2
+version: 0.1.0
3
+name: openldap
4
+description: "OpenLDAP service"
5
+maintainers:
6
+- name: Christian Kniep
7
+ email: christian@qnib.org
8
+targets:
9
+ swarm: true
10
+ kubernetes: false
11
+
12
13
+version: '3.6'
14
+services:
15
+ slapd:
16
+ image: qnib/plain-openldap-qnibinc@sha256:${slapd.image.sha256}
17
+ ports:
18
+ - 389:389
19
+ - 636:636
20
+ deploy:
21
+ replicas: 1
22
+ placement:
23
+ constraints:
24
+ - node.role == manager
25
26
+slapd:
27
+ image:
28
+ sha256: 5d9316020781797628e3841dc794118cc9643c65c476fc3cf7aa7dcfe0700958
0 commit comments