mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved ldap bug
This commit is contained in:
@@ -114,7 +114,7 @@ services:
|
||||
container_name: openproject-seeder
|
||||
restart: on-failure
|
||||
{% include 'templates/docker/container/networks.yml.j2' %}
|
||||
central_ldap:
|
||||
|
||||
{% include 'templates/docker/compose/networks.yml.j2' %}
|
||||
|
||||
{% include 'templates/docker/compose/volumes.yml.j2' %}
|
||||
|
@@ -10,4 +10,6 @@ dummy_volume: "{{repository_directory}}dummy_vol
|
||||
|
||||
# OAuth2 Proxy Configuration
|
||||
oauth2_proxy_upstream_application_and_port: "proxy:80"
|
||||
oauth2_proxy_active: true
|
||||
oauth2_proxy_active: true
|
||||
|
||||
ldap_network_enabled: true # Activate LDAP network
|
Reference in New Issue
Block a user