[Unit] Wants=authelia-redis.service After=authelia-redis.service [Service] ### # Redis session storage (authelia-redis subpackage) for the native # authelia-service install. # Uncomment to store sessions in Redis instead of memory. # The authelia-redis container publishes 127.0.0.1:6379 on the host. ### #Environment=AUTHELIA_SESSION_REDIS_HOST=127.0.0.1 #Environment=AUTHELIA_SESSION_REDIS_PORT=6379