Switch from external URL to internal hostname in Docker Stack
All checks were successful
renovate / renovate (push) Successful in 2m11s
All checks were successful
renovate / renovate (push) Successful in 2m11s
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
"platform": "gitea",
|
"platform": "gitea",
|
||||||
"endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint
|
"endpoint": "http://server:3000/api/v1",
|
||||||
"username": "renovate-bot",
|
"username": "renovate-bot",
|
||||||
"gitAuthor": "Renovate <renovate.bot@akumatic.eu>",
|
"gitAuthor": "Renovate <renovate.bot@akumatic.eu>",
|
||||||
"autodiscover": true,
|
"autodiscover": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user