rming ldap
This commit is contained in:
parent
8f161b50ef
commit
3c6586c7b4
1 changed files with 1 additions and 10 deletions
|
@ -3,7 +3,7 @@ version: "3.4"
|
|||
|
||||
services:
|
||||
postgresql:
|
||||
image: docker.io/library/postgres:12-alpine
|
||||
image: docker.io/library/postgres:16-alpine
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -d $${POSTGRES_DB} -U $${POSTGRES_USER}"]
|
||||
|
@ -79,15 +79,6 @@ services:
|
|||
depends_on:
|
||||
- postgresql
|
||||
- redis
|
||||
authentik_ldap:
|
||||
image: ghcr.io/goauthentik/ldap@sha256:7f317da9b736dec3e53b71b7face1787d4f15aee00e80d003e5ff3b2d49ee382
|
||||
ports:
|
||||
- 389:3389
|
||||
- 636:6636
|
||||
environment:
|
||||
AUTHENTIK_HOST: ${AUTH_HOST}
|
||||
AUTHENTIK_INSECURE: "true"
|
||||
AUTHENTIK_TOKEN: ${AUTH_TOKEN}
|
||||
|
||||
volumes:
|
||||
database:
|
||||
|
|
Reference in a new issue