disable color logging in deployment examples

This commit is contained in:
David Christofas
2022-06-09 10:34:32 +02:00
parent 75af22994d
commit 287dc62fcf
8 changed files with 14 additions and 0 deletions
@@ -77,6 +77,7 @@ services:
# General oCIS config
OCIS_URL: https://${OCIS_DOMAIN:-ocis.owncloud.test}
OCIS_LOG_LEVEL: ${OCIS_LOG_LEVEL:-error} # make oCIS less verbose
OCIS_LOG_COLOR: "${OCIS_LOG_COLOR:-false}"
PROXY_TLS: "false" # do not use SSL between Traefik and oCIS
# INSECURE: needed if oCIS / Traefik is using self generated certificates
OCIS_INSECURE: "${INSECURE:-false}"