diff --git a/Apps/FileBrowser/appfile.json b/Apps/FileBrowser/appfile.json index 820e492..9cf14ad 100644 --- a/Apps/FileBrowser/appfile.json +++ b/Apps/FileBrowser/appfile.json @@ -34,6 +34,7 @@ "http": "80", "path": "/" }, + "health_check": "", "envs": [ { "key": "TZ", @@ -84,8 +85,8 @@ ], "devices": [], "constraints": { - "min_memory": "64", - "min_storage": "128" + "min_memory": 64, + "min_storage": 128 }, "restart_policy": "unless-stopped", "sysctls": [], diff --git a/Apps/Jellyfin/appfile.json b/Apps/Jellyfin/appfile.json index 3e53d7e..ac65f54 100644 --- a/Apps/Jellyfin/appfile.json +++ b/Apps/Jellyfin/appfile.json @@ -35,6 +35,7 @@ "https": "8920", "path": "/" }, + "health_check": "", "envs": [ { "key": "TZ", @@ -166,8 +167,8 @@ } ], "constraints": { - "min_memory": "256", - "min_storage": "1024" + "min_memory": 256, + "min_storage": 1024 }, "restart_policy": "unless-stopped", "sysctls": [], diff --git a/Apps/PhotoPrism/appfile.json b/Apps/PhotoPrism/appfile.json index 2099e28..2ad92d7 100644 --- a/Apps/PhotoPrism/appfile.json +++ b/Apps/PhotoPrism/appfile.json @@ -32,6 +32,7 @@ "http": "2342", "path": "/" }, + "health_check": "", "envs": [ { "key": "TZ", @@ -82,8 +83,8 @@ ], "devices": [], "constraints": { - "min_memory": "512", - "min_storage": "2048" + "min_memory": 512, + "min_storage": 2048 }, "restart_policy": "unless-stopped", "sysctls": [], diff --git a/Apps/Radarr/appfile.json b/Apps/Radarr/appfile.json index b543dff..4a8c7fa 100644 --- a/Apps/Radarr/appfile.json +++ b/Apps/Radarr/appfile.json @@ -34,6 +34,7 @@ "http": "7878", "path": "/" }, + "health_check": "", "envs": [ { "key": "TZ", @@ -92,8 +93,8 @@ ], "devices": [], "constraints": { - "min_memory": "256", - "min_storage": "1024" + "min_memory": 256, + "min_storage": 1024 }, "restart_policy": "unless-stopped", "sysctls": [], diff --git a/Apps/Sonarr/appfile.json b/Apps/Sonarr/appfile.json index eab76e5..c1d3824 100644 --- a/Apps/Sonarr/appfile.json +++ b/Apps/Sonarr/appfile.json @@ -33,6 +33,7 @@ "http": "8989", "path": "/" }, + "health_check": "", "envs": [ { "key": "TZ", @@ -91,8 +92,8 @@ ], "devices": [], "constraints": { - "min_memory": "256", - "min_storage": "1024" + "min_memory": 256, + "min_storage": 1024 }, "restart_policy": "unless-stopped", "sysctls": [], diff --git a/Apps/qBittorrent/appfile.json b/Apps/qBittorrent/appfile.json index f9cb678..1f5d086 100644 --- a/Apps/qBittorrent/appfile.json +++ b/Apps/qBittorrent/appfile.json @@ -31,6 +31,7 @@ "http": "8080", "path": "/" }, + "health_check": "", "envs": [ { "key": "TZ", @@ -87,8 +88,8 @@ ], "devices": [], "constraints": { - "min_memory": "256", - "min_storage": "1024" + "min_memory": 256, + "min_storage": 1024 }, "restart_policy": "unless-stopped", "sysctls": [],