From c92eaf2ebf89c9ec54053caa9e89c27693b3672b Mon Sep 17 00:00:00 2001 From: nicktrn <55853254+nicktrn@users.noreply.github.com> Date: Wed, 20 Aug 2025 10:47:52 +0100 Subject: [PATCH] chore(docker): add registry namespace var to .env.example --- hosting/docker/.env.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosting/docker/.env.example b/hosting/docker/.env.example index 1f50e5e703..1fe7f6323f 100644 --- a/hosting/docker/.env.example +++ b/hosting/docker/.env.example @@ -72,6 +72,9 @@ RUN_REPLICATION_CLICKHOUSE_URL=http://default:password@clickhouse:8123 DOCKER_REGISTRY_URL=localhost:5000 DOCKER_REGISTRY_USERNAME=registry-user DOCKER_REGISTRY_PASSWORD=very-secure-indeed +# When using an external registry you will have to change this +# On Docker Hub it should generally be the same as your username +DOCKER_REGISTRY_NAMESPACE=trigger # Object store # - You need to log into the Minio dashboard and create a bucket called "packets"