mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
67f84b97c8
* Fix issue in unit test of IdentityCheckMiddleware. * Enable authentication to Mongo server. * Enable authentication to Redis.
8 lines
147 B
YAML
8 lines
147 B
YAML
version: '2'
|
|
services:
|
|
redis:
|
|
image: redis:4.0-alpine
|
|
command: redis-server --requirepass authelia
|
|
networks:
|
|
- example-network
|