This website requires JavaScript.
Explore
Help
Sign In
techies
/
authelia
Watch
1
Star
0
Fork
0
You've already forked authelia
mirror of
https://github.com/0rangebananaspy/authelia.git
synced
2024-09-14 22:47:21 +07:00
Code
Issues
Projects
Releases
Wiki
Activity
54854bacb1
authelia
/
example
/
mongo
/
docker-compose.yml
9 lines
124 B
YAML
Raw
Normal View
History
Unescape
Escape
Add Mongo as scalable and resilient storage backend
2017-07-20 02:06:12 +07:00
version
:
'2'
services
:
mongo
:
image
:
mongo:3.4
Add logs to detect redis connection issues earlier Before this fix, the application was simply crashing during execution when connection to redis was failing. Now, it is correctly handled with failing promises and logs have been enabled to clearly see the problem
2017-09-22 03:07:34 +07:00
ports
:
-
"27017:27017"
Add Mongo as scalable and resilient storage backend
2017-07-20 02:06:12 +07:00
networks
:
-
example-network
Reference in New Issue
Copy Permalink