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:
parent
c26f7e18b2
commit
d9dc5bf798
1 changed files with 2 additions and 0 deletions
|
|
@ -20,6 +20,8 @@ services:
|
||||||
- FORGEJO_URL=${FORGEJO_URL:-https://git.pterois.co.uk}
|
- FORGEJO_URL=${FORGEJO_URL:-https://git.pterois.co.uk}
|
||||||
- FORGEJO_ORG=${FORGEJO_ORG:-hotel-manage-stack}
|
- FORGEJO_ORG=${FORGEJO_ORG:-hotel-manage-stack}
|
||||||
- FORGEJO_TOKEN=${FORGEJO_TOKEN:-}
|
- FORGEJO_TOKEN=${FORGEJO_TOKEN:-}
|
||||||
|
- AUTH_URL=${AUTH_URL:-http://10.10.10.101:3001}
|
||||||
|
- CENTRAL_AUTH_SECRET=${CENTRAL_AUTH_SECRET}
|
||||||
volumes:
|
volumes:
|
||||||
- /root/.ssh:/root/.ssh:ro
|
- /root/.ssh:/root/.ssh:ro
|
||||||
ports:
|
ports:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue