authentik

This commit is contained in:
jaydee
2024-03-25 03:10:27 +01:00
parent 774cfd5ce4
commit 39965b947f

View File

@ -13,7 +13,6 @@ services:
timeout: 5s
volumes:
- database:/var/lib/postgresql/data
- /etc/localtime:/etc/localtime:ro
environment:
POSTGRES_PASSWORD: ${PG_PASS:?database password required}
POSTGRES_USER: ${PG_USER:-authentik}
@ -32,7 +31,6 @@ services:
timeout: 3s
volumes:
- redis:/data
- /etc/localtime:/etc/localtime:ro
server:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.2.2}
restart: unless-stopped
@ -48,7 +46,6 @@ services:
volumes:
- /share/docker_data/authentik/media:/media
- /share/docker_data/authentik/custom-templates:/templates
- /etc/localtime:/etc/localtime:ro
ports:
- "${COMPOSE_PORT_HTTP:-9003}:9000"
- "${COMPOSE_PORT_HTTPS:-9453}:9443"
@ -78,7 +75,6 @@ services:
- /share/docker_data/authentik/media:/media
- /share/docker_data/authentik/certs:/certs
- /share/docker_data/authentik/custom-templates:/templates
- /etc/localtime:/etc/localtime:ro
depends_on:
- postgresql
- redis