Pass CENTRAL_AUTH_SECRET and AUTH_URL to updater container

Without these, the updater sent Bearer <empty> to the auth registry
endpoint, causing 401 and an empty app registry.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
jtricerolph 2026-07-01 20:55:51 +00:00
parent c26f7e18b2
commit d9dc5bf798

View file

@ -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: