From ea15cf148c2a98a8e7bfec6df85149bd960cb112 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 5 Jun 2024 07:28:44 +0200 Subject: [PATCH] Add Gitea registry to watchtower. --- monitoring/watchtower-config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/monitoring/watchtower-config.json b/monitoring/watchtower-config.json index b3a0797..e4cdd1e 100644 --- a/monitoring/watchtower-config.json +++ b/monitoring/watchtower-config.json @@ -5,6 +5,9 @@ }, "https://index.docker.io/v1/": { "auth": "Y3MyMjExOkU2U2Njc3ViRFJrYUppMlNMVSUh" + }, + "cs-git.ddnss.de": { + "auth": "Y2hyaXM6cScsXEgoT2Q6RzMpLlh2PCMhNVA=" } } -} \ No newline at end of file +}