Compare commits

..

No commits in common. "6b9374dc8e669422508dd4406402a55b0b3f2caf" and "ded229e84c477862f6e4aa867d6215548f0977cb" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View File

@ -57,21 +57,13 @@ session:
host: authelia-redis
port: 6379
# This secret can also be set using the env variables AUTHELIA_SESSION_REDIS_PASSWORD_FILE
password: SuperSecureRedisAuthPassword # must be the same as in the docker-compose.yml defined for the redis service
# password: authelia
regulation:
max_retries: 3
find_time: 120
ban_time: 300
# yubikey support
webauthn:
disable: false
display_name: Authelia
attestation_conveyance_preference: indirect
user_verification: preferred
timeout: 60s
storage:
encryption_key: a_very_important_secret # Now required
local:

View File

@ -24,7 +24,6 @@ services:
redis:
image: redis:alpine
container_name: authelia-redis
command: redis-server --requirepass SuperSecureRedisAuthPassword # also reflect this in the authelia config file
volumes:
- ${DOCKER_VOLUME_STORAGE:-/mnt/docker-volumes}/authelia/redis:/data
networks: