Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
Update to support 2.6-1.4 branch.
  • Loading branch information
tiredofit authored Dec 9, 2023
1 parent a813c9a commit c67bcb5
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions examples/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
version: '3.7'
services:

openldap-fusiondirectory-app:
hostname: ldap.example.com
image: tiredofit/openldap-fusiondirectory
image: tiredofit/openldap-fusiondirectory:2.6-1.4
container_name: openldap-fusiondirectory-app
ports:
- 389:389
Expand All @@ -14,6 +13,9 @@ services:
- ./config:/etc/openldap/slapd.d
- ./certs:/certs
environment:
- TIMEZONE=America/Vancouver
- CONTAINER_NAME=openldap-fusiondirectory-app

- HOSTNAME=ldap.example.com
- LOG_LEVEL=256
- DOMAIN=example.org
Expand Down Expand Up @@ -47,13 +49,21 @@ services:
- BACKUP_INTERVAL=0400
- BACKUP_RETENTION=10080

- ENABLE_ZABBIX=TRUE
- CONTAINER_NAME=openldap-fusiondirectory-app
- PLUGIN_AUDIT=TRUE
- PLUGIN_DSA=TRUE
- PLUGIN_LDAPDUMP=TRUE
- PLUGIN_LDAPMANAGER=TRUE
- PLUGIN_MAIL=TRUE
- PLUGIN_PERSONAL=TRUE
- PLUGIN_PPOLICY=TRUE
- PLUGIN_SSH=TRUE
- PLUGIN_SUDO=TRUE
- PLUGIN_WEBSERVICE=TRUE

networks:
- services
restart: always

networks:
services:
external: TRUE
external: true

0 comments on commit c67bcb5

Please sign in to comment.