fix: add docker environment variables
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2022-02-10 21:11:50 +01:00
parent 8b885f7db1
commit 648b592dd0
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -47,6 +47,20 @@ cronjob:
renovate:
env: {}
# DOCKER_HOST
# Specify a native docker host instead of using dind.
# DOCKER_HOST: ""
# DOCKER_CERT_PATH
# Specify the path where TLS certificates can be found to encrypt the
# traffic between TCP socket and renovate. The certificates must be provided
# via extra secret volumes.
# DOCKER_CERT_PATH: ""
# DOCKER_TLS_VERIFY
# Ignore TLS certificate verification: "true" or "false"
# DOCKER_TLS_VERIFY: "true"
# LOG_LEVEL
# Define the log level of renovate
# LOG_LEVEL: ""