Remove unused docker-compose stack

This commit is contained in:
Marko Korhonen 2021-08-16 23:05:32 +03:00
parent 5e92dccee0
commit 71cc2c21c5
2 changed files with 0 additions and 21 deletions

View file

@ -1 +0,0 @@
.env

View file

@ -1,20 +0,0 @@
version: "2"
services:
openldap:
container_name: openldap
image: osixia/openldap:stable
environment:
- TZ=Europe/Helsinki
- LDAP_ORGANIZATION="Korhonen"
- LDAP_DOMAIN="korhonen.cc"
- LDAP_ADMIN_PASSWORD="${LDAP_ADMIN_PASSWORD}"
hostname: ldap.korhonen.cc
ports:
- 389:389
- 636:636
restart: unless-stopped
volumes:
- /docker/auth/openldap/ldap:/var/lib/ldap
- /docker/auth/openldap/slapd.d:/etc/ldap/slapd.d
- /etc/localtime:/etc/localtime:ro