From 304e85e450f47ec77fcd5e29276d09d7f9ebb09d Mon Sep 17 00:00:00 2001 From: traveler Date: Sun, 4 Jan 2026 22:54:14 -0600 Subject: [PATCH] move lldap to docker4 --- lldap.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/lldap.yaml b/lldap.yaml index a505ddd..052ab9c 100644 --- a/lldap.yaml +++ b/lldap.yaml @@ -12,8 +12,8 @@ services: #user: "1001:998" environment: - TZ=America/Chicago - - PUID=1964 - - PGID=1964 + - PUID=1001 + - PGID=998 - POSTGRES_DB=lldap - POSTGRES_USER=lldap - POSTGRES_PASSWORD=F@lcon13 @@ -22,7 +22,7 @@ services: deploy: placement: constraints: - - node.hostname == dockerPi1 + - node.hostname == docker4 labels: - diun.enable=true restart: unless-stopped @@ -34,8 +34,8 @@ services: #user: "1001:998" environment: - TZ=America/Chicago - - PUID=1964 - - PGID=1964 + - PUID=1001 + - PGID=998 # Base DN - LLDAP_LDAP_BASE_DN=dc=netgrimoire,dc=com @@ -73,7 +73,7 @@ services: deploy: placement: constraints: - - node.hostname == dockerPi1 + - node.hostname == docker4 labels: # Homepage - homepage.group=Management @@ -89,7 +89,7 @@ services: # Caddy / Authentik (protect UI) - caddy=ldap.netgrimoire.com - caddy.import=authentik - - caddy.reverse_proxy="{{upstreams 17170}}" + - caddy.reverse_proxy=lldap:17170 # Diun - diun.enable=true