From d9dc5bf7987e1ab24db43c20c9cd63837c571b07 Mon Sep 17 00:00:00 2001 From: jtricerolph Date: Wed, 1 Jul 2026 20:55:51 +0000 Subject: [PATCH] Pass CENTRAL_AUTH_SECRET and AUTH_URL to updater container Without these, the updater sent Bearer to the auth registry endpoint, causing 401 and an empty app registry. Co-Authored-By: Claude Sonnet 4.6 --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index e241cd0..7221207 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -20,6 +20,8 @@ services: - FORGEJO_URL=${FORGEJO_URL:-https://git.pterois.co.uk} - FORGEJO_ORG=${FORGEJO_ORG:-hotel-manage-stack} - FORGEJO_TOKEN=${FORGEJO_TOKEN:-} + - AUTH_URL=${AUTH_URL:-http://10.10.10.101:3001} + - CENTRAL_AUTH_SECRET=${CENTRAL_AUTH_SECRET} volumes: - /root/.ssh:/root/.ssh:ro ports: