disable color logging in deployment examples

This commit is contained in:
David Christofas committed 2022-06-09 10:34:32 +02:00
1 parent 75af22994d
commit 287dc62fcf
8 files changed
+14

No files matched your search

@@ -55,6 +55,7 @@ services:
environment:
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}"