Specify log level from the env
This commit is contained in:
parent
248d0a6696
commit
93e573484a
@ -4,6 +4,8 @@ version: "3.8"
|
||||
services:
|
||||
renovate:
|
||||
image: "renovate/renovate:slim"
|
||||
environment:
|
||||
LOG_LEVEL: error
|
||||
configs:
|
||||
- source: config_js
|
||||
target: /usr/src/app/config.js
|
||||
|
@ -2,7 +2,6 @@ module.exports = {
|
||||
endpoint: "https://git.autonomic.zone/api/v1/",
|
||||
token: '{{ secret "api_token" }}',
|
||||
platform: "gitea",
|
||||
logLevel: "error",
|
||||
onboarding: true,
|
||||
unicodeEmoji: false,
|
||||
assignees: ["decentral1se", "calix"],
|
||||
|
Reference in New Issue
Block a user