diff --git a/authentik/docker-compose.yml b/authentik/docker-compose.yml index b957a79..aa16d51 100644 --- a/authentik/docker-compose.yml +++ b/authentik/docker-compose.yml @@ -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"