services/lldap/docker-compose.postgres.yml

9 lines
175 B
YAML
Raw Normal View History

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