Add Redis for immich

This commit is contained in:
Daniel Cosme
2026-05-05 12:23:57 -04:00
parent f6aa470049
commit 4b1d5a6f9b
13 changed files with 81 additions and 19 deletions
+2 -2
View File
@@ -35,8 +35,8 @@ var Linkding = Service{
var Immich = Service{
Name: "immich",
Image: "ghcr.io/immich-app/immich-server:v2.6.0:-release}",
Port: 2283,
Image: "ghcr.io/immich-app/immich-server:v2.6.0:-release",
Port: 2283, // Server Port
// PublicURL: "https://photos.danicos.me",
}