Adding lldap and authelia.

This commit is contained in:
2026-07-08 14:48:54 -07:00
parent e62593bf44
commit b8605f02ab
19 changed files with 595 additions and 28 deletions

View File

@@ -65,6 +65,14 @@ services:
secrets:
- wordpress_db_password
- wordpress_db_root_password
command:
- --performance-schema=OFF
- --innodb-buffer-pool-size=64M
- --max-connections=10
- --table-open-cache=128
- --table-definition-cache=128
- --thread-cache-size=2
- --innodb-log-buffer-size=8M
# wordpress_init:
# image: wordpress:cli-php8.4