This commit is contained in:
soraefir
2026-05-15 00:45:59 +02:00
parent 07283e1f26
commit 0fb6aa0047
2 changed files with 9 additions and 4 deletions

View File

@@ -23,8 +23,13 @@ in {
port = 2283;
secret = name;
extraEnv = {
IMMICH_MACHINE_LEARNING_URL = "http://immich-ml:3003";
DB_HOSTNAME = builder.host;
REDIS_HOSTNAME = builder.host;
DB_USERNAME = "immich_user";
DB_DATABASE_NAME = "immich_db";
IMMICH_TRUSTED_PROXIES = "10.0.0.0/8";
# IMMICH_ALLOW_SETUP = "false";
IMMICH_MACHINE_LEARNING_URL = "http://immich-ml:3003";
IMMICH_IGNORE_MOUNT_CHECK_ERRORS = "true";
};
overrides = {