mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
authentik
This commit is contained in:
@ -35,6 +35,7 @@ services:
|
||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.2.2}
|
||||
restart: unless-stopped
|
||||
command: server
|
||||
|
||||
environment:
|
||||
AUTHENTIK_REDIS__HOST: redis
|
||||
AUTHENTIK_POSTGRESQL__HOST: postgresql
|
||||
@ -45,7 +46,7 @@ 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"
|
||||
|
Reference in New Issue
Block a user