fix image

This commit is contained in:
soraefir
2026-05-14 23:14:12 +02:00
parent 84d9b0ade0
commit 8557df0199

View File

@@ -28,7 +28,7 @@ in {
containers = {
server = builder.mkContainer {
subdomain = containerCfg.subdomain;
imageStream = immichServerImage;
imageFile = immichServerImage;
port = 2283;
secret = name;
extraEnv = {
@@ -43,7 +43,7 @@ in {
};
immich-ml = builder.mkContainer {
imageStream = immichMachineLearningImage;
imageFile = immichMachineLearningImage;
port = 3003;
overrides = {
volumes = [