Add nodePort for immich

This commit is contained in:
Daniel Cosme
2026-05-05 14:18:44 -04:00
parent 0ec15c8e11
commit 378b25166e
3 changed files with 10 additions and 2 deletions
+4 -1
View File
@@ -37,7 +37,10 @@ var Immich = Service{
Name: "immich",
Image: "ghcr.io/immich-app/immich-server:v2.7.5",
Port: 2283, // Server Port
// PublicURL: "https://photos.danicos.me",
Public: &Public{
URL: "https://photos.danicos.me",
NodePort: 30011,
},
}
var (