mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
authentik
This commit is contained in:
@ -13,7 +13,6 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
volumes:
|
volumes:
|
||||||
- database:/var/lib/postgresql/data
|
- database:/var/lib/postgresql/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_PASSWORD: ${PG_PASS:?database password required}
|
POSTGRES_PASSWORD: ${PG_PASS:?database password required}
|
||||||
POSTGRES_USER: ${PG_USER:-authentik}
|
POSTGRES_USER: ${PG_USER:-authentik}
|
||||||
@ -32,7 +31,6 @@ services:
|
|||||||
timeout: 3s
|
timeout: 3s
|
||||||
volumes:
|
volumes:
|
||||||
- redis:/data
|
- redis:/data
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
server:
|
server:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.2.2}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.2.2}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@ -48,7 +46,6 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /share/docker_data/authentik/media:/media
|
- /share/docker_data/authentik/media:/media
|
||||||
- /share/docker_data/authentik/custom-templates:/templates
|
- /share/docker_data/authentik/custom-templates:/templates
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
ports:
|
ports:
|
||||||
- "${COMPOSE_PORT_HTTP:-9003}:9000"
|
- "${COMPOSE_PORT_HTTP:-9003}:9000"
|
||||||
- "${COMPOSE_PORT_HTTPS:-9453}:9443"
|
- "${COMPOSE_PORT_HTTPS:-9453}:9443"
|
||||||
@ -78,7 +75,6 @@ services:
|
|||||||
- /share/docker_data/authentik/media:/media
|
- /share/docker_data/authentik/media:/media
|
||||||
- /share/docker_data/authentik/certs:/certs
|
- /share/docker_data/authentik/certs:/certs
|
||||||
- /share/docker_data/authentik/custom-templates:/templates
|
- /share/docker_data/authentik/custom-templates:/templates
|
||||||
- /etc/localtime:/etc/localtime:ro
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgresql
|
- postgresql
|
||||||
- redis
|
- redis
|
||||||
|
Reference in New Issue
Block a user