Switch from external URL to internal hostname in Docker Stack
All checks were successful
renovate / renovate (push) Successful in 2m11s

This commit is contained in:
2026-01-27 16:43:41 +00:00
parent 435bdb004a
commit 00dcaf2ea7

View File

@@ -1,6 +1,6 @@
module.exports = {
"platform": "gitea",
"endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint
"endpoint": "http://server:3000/api/v1",
"username": "renovate-bot",
"gitAuthor": "Renovate <renovate.bot@akumatic.eu>",
"autodiscover": true,