From 85f5d2bfe491ced27a1b4e5f25bcf54ea9e1d0f0 Mon Sep 17 00:00:00 2001 From: jkoberg Date: Tue, 17 Oct 2023 15:41:03 +0200 Subject: [PATCH] test natsjs registry Signed-off-by: jkoberg --- .drone.star | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.star b/.drone.star index be730039c..0e6f3998b 100644 --- a/.drone.star +++ b/.drone.star @@ -1901,6 +1901,8 @@ def ocisServer(storage, accounts_hash_difficulty = 4, volumes = [], depends_on = "FRONTEND_SEARCH_MIN_LENGTH": "2", "OCIS_ASYNC_UPLOADS": True, "OCIS_EVENTS_ENABLE_TLS": False, + "MICRO_REGISTRY": "natsjs", + "MICRO_REGISTRY_ADDRESS": "127.0.0.1:9233", } if deploy_type == "":