Add LLDAP
This commit is contained in:
parent
02bf3752bc
commit
b12eb59db6
2 changed files with 18 additions and 0 deletions
11
containers/lldap.fish
Executable file
11
containers/lldap.fish
Executable 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
|
|
@ -88,6 +88,9 @@ http:
|
||||||
to_ihatemoney:
|
to_ihatemoney:
|
||||||
rule: Host(`ihatemoney.mo8it.com`)
|
rule: Host(`ihatemoney.mo8it.com`)
|
||||||
service: ihatemoney
|
service: ihatemoney
|
||||||
|
to_lldap:
|
||||||
|
rule: Host(`ldap.mo8it.com`)
|
||||||
|
service: lldap
|
||||||
|
|
||||||
services:
|
services:
|
||||||
nginx:
|
nginx:
|
||||||
|
@ -130,3 +133,7 @@ http:
|
||||||
loadBalancer:
|
loadBalancer:
|
||||||
servers:
|
servers:
|
||||||
- url: http://ihatemoney
|
- url: http://ihatemoney
|
||||||
|
lldap:
|
||||||
|
loadBalancer:
|
||||||
|
servers:
|
||||||
|
- url: http://lldap:17170
|
||||||
|
|
Loading…
Add table
Reference in a new issue