From 6c099ba8a69c10a524cc393f13e7755a1c97edce Mon Sep 17 00:00:00 2001 From: jaydee Date: Tue, 4 Jun 2024 22:46:11 +0200 Subject: [PATCH] bitwarden --- authentik/docker-compose.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index 5d0b00a..b90c117 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -83,19 +83,19 @@ services: depends_on: - postgresql - redis -authentik_ldap: - image: ghcr.io/goauthentik/ldap - # Optionally specify which networks the container should be - # might be needed to reach the core authentik server - # networks: - # - foo - ports: - - 389:3389 - - 636:6636 - environment: - AUTHENTIK_HOST: https://auth.sectorq.eu - AUTHENTIK_INSECURE: "false" - AUTHENTIK_TOKEN: UwVh9weo2OymSrBOULnhR2te8NIyls8a1sq58ncC8ijGr6iuox3syjVRBivs + authentik_ldap: + image: ghcr.io/goauthentik/ldap + # Optionally specify which networks the container should be + # might be needed to reach the core authentik server + # networks: + # - foo + ports: + - 389:3389 + - 636:6636 + environment: + AUTHENTIK_HOST: https://auth.sectorq.eu + AUTHENTIK_INSECURE: "false" + AUTHENTIK_TOKEN: UwVh9weo2OymSrBOULnhR2te8NIyls8a1sq58ncC8ijGr6iuox3syjVRBivs volumes: database: driver: local