services/lldap/docker-compose.postgres.yml

7 lines
159 B
YAML
Raw Permalink Normal View History

2023-07-05 14:57:00 +02:00
---
services:
lldap:
environment:
- LLDAP_DATABASE_URL=postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${POSTGRES_CONTAINER_NAME}/${POSTGRES_DB}