feat(systems/hosts/oci): auto-update and remove registry ui port
2 files changed, 6 insertions(+), 3 deletions(-) M systems/hosts/oci/default.nix M systems/hosts/oci/websites.nix
M systems/hosts/oci/default.nix => systems/hosts/oci/default.nix +0 -3
@@ 26,9 26,6 @@ in { extraOptions = [ "--network=host" ]; ports = [ "${toString registryUIPort}:80" ]; environment = { REGISTRY_URL = "http://10.1.2.9:5000"; SINGLE_REGISTRY = "true";
M systems/hosts/oci/websites.nix => systems/hosts/oci/websites.nix +6 -0