40 lines
822 B
Plaintext
40 lines
822 B
Plaintext
[Unit]
|
|
Description=LLDAP - Server
|
|
|
|
[Container]
|
|
Pod=authelia.pod
|
|
ContainerName=lldap-server
|
|
Image=docker.io/lldap/lldap:stable
|
|
|
|
# Environment=GID=
|
|
# Environment=UID=
|
|
# Environment=TZ=
|
|
# Environment=LLDAP_LDAP_BASE_DN=
|
|
# Environment=LLDAP_DATABASE_URL=
|
|
# Environment=LLDAP_LDAP_USER_EMAIL=
|
|
# Environment=LLDAP_LDAP_USER_PASS=
|
|
|
|
# Environment=LLDAP_JWT_SECRET=
|
|
# Environment=LLDAP_KEY_SEED=
|
|
EnvironmentFile=/mnt/data/containers/authelia/.env.lldap
|
|
|
|
# health check
|
|
HealthCmd=/app/lldap healthcheck
|
|
HealthInterval=30s
|
|
HealthRetries=3
|
|
HealthStartPeriod=15s
|
|
HealthTimeout=30s
|
|
|
|
Label=homepage.group=Tech
|
|
Label=homepage.name=LLDAP
|
|
Label=homepage.icon=lldap.png
|
|
Label=homepage.href=http://lldap.forest:17170
|
|
Label=homepage.description="Authelia's IDP"
|
|
|
|
[Service]
|
|
Restart=always
|
|
TimeoutStartSec=300
|
|
|
|
[Install]
|
|
WantedBy=default.target
|