Enable redis within the authentik pod, add redis to corp
We put it in the pod because I don't know how to make it accessible to things in the bod without binding all host addresses. There's probably a sophisticated way to do it correctly, but I don't want to figure it out yet.
This commit is contained in:
parent
b94bea0a59
commit
71d8bff1e6
2 changed files with 5 additions and 0 deletions
|
|
@ -19,6 +19,7 @@
|
|||
wget
|
||||
];
|
||||
myModules = {
|
||||
authentik.enable = true;
|
||||
onlyoffice.enable = true;
|
||||
seafile.enable = true;
|
||||
synapse.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue