Add LLDAP

This commit is contained in:
Mo 2022-12-19 22:41:20 +01:00
parent 02bf3752bc
commit b12eb59db6
2 changed files with 18 additions and 0 deletions
containers
volumes/traefik

11
containers/lldap.fish Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env fish
set -l container_name lldap
set -l container_volumes_dir ~/volumes/$container_name
podman-default-create \
$container_name \
--net traefik \
-v $container_volumes_dir/data:/data:Z \
--label "io.containers.autoupdate=registry" \
docker.io/nitnelave/lldap:stable

View file

@ -88,6 +88,9 @@ http:
to_ihatemoney:
rule: Host(`ihatemoney.mo8it.com`)
service: ihatemoney
to_lldap:
rule: Host(`ldap.mo8it.com`)
service: lldap
services:
nginx:
@ -130,3 +133,7 @@ http:
loadBalancer:
servers:
- url: http://ihatemoney
lldap:
loadBalancer:
servers:
- url: http://lldap:17170