update container images to use 'safebox' registry

This commit is contained in:
gyurix
2025-03-05 17:36:59 +01:00
parent 1cc92ee5a3
commit c50c3a8953
27 changed files with 27 additions and 27 deletions

View File

@@ -5,7 +5,7 @@
},
"containers": [
{
"IMAGE": "registry.format.hu/domain-check",
"IMAGE": "safebox/domain-check",
"UPDATE": "true",
"MEMORY": "64M",
"NAME": "domain_checker",

View File

@@ -5,7 +5,7 @@
},
"containers": [
{
"IMAGE": "registry.format.hu/firewall",
"IMAGE": "safebox/firewall",
"NAME": "firewall",
"MEMORY": "64M",
"NETWORK": "host",

View File

@@ -5,7 +5,7 @@
},
"containers": [
{
"IMAGE": "registry.format.hu/homeassistant-init-container",
"IMAGE": "safebox/homeassistant-init-container",
"UPDATE": "true",
"NAME": "homeassistant-init",
"NETWORK": "host",