redeploy nextcloud with ldap #96

Merged
mg merged 45 commits from nc_ldap into master 2024-06-03 21:23:53 +02:00
2 changed files with 2 additions and 0 deletions
Showing only changes of commit 9e474d9ed7 - Show all commits

View file

@ -96,6 +96,8 @@ services:
NEXTCLOUD_UPLOAD_LIMIT: 10G
NEXTCLOUD_MAX_TIME: 3600
APACHE_BODY_LIMIT: 0 # unlimited, https://github.com/nextcloud/docker/issues/1796
NEXTCLOUD_ADMIN_USER: n-admin
NEXTCLOUD_ADMIN_PASSWORD: "{{ lookup('keepass', 'nextcloud_admin_user_password', 'password') }}"
volumes:
- app-ldap:/var/www/html
- data-ldap:/var/www/html/data

Binary file not shown.