feat(LLDAP): Add new service
This commit is contained in:
8
lldap/docker-compose.postgres.yml
Normal file
8
lldap/docker-compose.postgres.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
lldap:
|
||||
environment:
|
||||
- LLDAP_DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_CONTAINER_NAME}/${POSTGRES_DB}
|
Reference in New Issue
Block a user