arreglando configuración

This commit is contained in:
Mauro Torrez 2019-04-29 17:53:42 -03:00
parent ec8d80e1b7
commit 5da7c869e3

View File

@ -63,13 +63,17 @@
content: |
<?php
{% if kanboard_use_ldap %}
// Enable LDAP authentication (false by default)
define('LDAP_AUTH', true);
// LDAP server hostname
define('LDAP_SERVER', '{{ ldap_uri }}');
// LDAP properties
define('LDAP_USER_BASE_DN', 'ou=People,{{ ldap_base_dn }}');
define('LDAP_USER_FILTER', 'uid=%s');
{% endif %}
dest: /var/lib/docker/volumes/kanboard_data/_data/config.php
@ -84,8 +88,8 @@
# - "10080:80"
# - "10443:443"
volumes:
- kanboard_data:/srv/app/data
- kanboard_plugins:/srv/app/plugins
- kanboard_data:/var/www/app/data
- kanboard_plugins:/var/www/app/plugins
env:
networks:
- name: "{{ docker_network_name }}"