This website requires JavaScript.
Explore
Help
Register
Sign In
RPJosh
/
authelia
Watch
1
Star
0
Fork
You've already forked authelia
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c734effb84
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-19 19:06:12 +00: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-21 20:07:34 +00:00
ports
:
-
"27017:27017"
Add Mongo as scalable and resilient storage backend
2017-07-19 19:06:12 +00:00
networks
:
-
example-network