authentik

This commit is contained in:
jaydee
2024-03-15 10:52:25 +01:00
parent 69d047bf51
commit bde0feb6a7

View File

@ -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"