gremlin: convert list-style blocks to map format in swarm/lldap.yaml
Some checks are pending
Deploy on push / detect (push) Waiting to run
Deploy on push / deploy_swarm (push) Blocked by required conditions
Deploy on push / deploy_compose (push) Blocked by required conditions

This commit is contained in:
traveler 2026-04-30 13:49:00 -05:00
parent b0edbeffa3
commit 3ab644ffef

View file

@ -11,12 +11,12 @@ services:
- netgrimoire
#user: "1001:998"
environment:
- TZ=America/Chicago
- PUID=1001
- PGID=998
- POSTGRES_DB=lldap
- POSTGRES_USER=lldap
- POSTGRES_PASSWORD=F@lcon13
TZ: America/Chicago
PUID: 1001
PGID: 998
POSTGRES_DB: lldap
POSTGRES_USER: lldap
POSTGRES_PASSWORD: F@lcon13
volumes:
- /DockerVol/lldap-db/data:/var/lib/postgresql/data
deploy:
@ -37,9 +37,9 @@ services:
- netgrimoire
#user: "1001:998"
environment:
- TZ=America/Chicago
- PUID=1001
- PGID=998
TZ: America/Chicago
PUID: 1001
PGID: 998
# Base DN
- LLDAP_LDAP_BASE_DN=dc=netgrimoire,dc=com