Revert "immich: remove explicit redis block"
This reverts commit 2dbd473c68
.
This commit is contained in:
parent
68648d54c0
commit
c2f75b3567
@ -41,6 +41,15 @@ in
|
|||||||
services.immich = {
|
services.immich = {
|
||||||
enable = true;
|
enable = true;
|
||||||
port = myData.ports.immich-server;
|
port = myData.ports.immich-server;
|
||||||
|
|
||||||
|
# TODO: remove the whole block 24.11: redis should listen on the unix socket
|
||||||
|
# if immich can't find/connect to redis, it will fail on boot, so it's
|
||||||
|
# safe to experiment.
|
||||||
|
redis = {
|
||||||
|
enable = true;
|
||||||
|
host = "127.0.0.1";
|
||||||
|
port = 6379;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
services.caddy.virtualHosts."photos.jakstys.lt:80".extraConfig = ''
|
services.caddy.virtualHosts."photos.jakstys.lt:80".extraConfig = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user