Loading deploy/.env +1 −1 Original line number Diff line number Diff line LOKI_AUTH_ENABLED=false LOKI_REPORTING_ENABLED=true LOKI_ANALYTICS_REPORTING_ENABLED=true LOKI_SERVER_LOG_LEVEL=warn LOKI_CONFIG_FILE_PATH=/etc/loki/loki.yaml Loading deploy/config/loki.yaml +3 −1 Original line number Diff line number Diff line auth_enabled: ${LOKI_AUTH_ENABLED} reporting_enabled: ${LOKI_REPORTING_ENABLED} analytics: reporting_enabled: ${LOKI_ANALYTICS_REPORTING_ENABLED} server: http_listen_address: 0.0.0.0 Loading deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ services: command: -config.file=${LOKI_CONFIG_FILE_PATH} -config.expand-env=true -target=all environment: LOKI_AUTH_ENABLED: LOKI_REPORTING_ENABLED: LOKI_ANALYTICS_REPORTING_ENABLED: LOKI_SERVER_LOG_LEVEL: networks: log-net: Loading Loading
deploy/.env +1 −1 Original line number Diff line number Diff line LOKI_AUTH_ENABLED=false LOKI_REPORTING_ENABLED=true LOKI_ANALYTICS_REPORTING_ENABLED=true LOKI_SERVER_LOG_LEVEL=warn LOKI_CONFIG_FILE_PATH=/etc/loki/loki.yaml Loading
deploy/config/loki.yaml +3 −1 Original line number Diff line number Diff line auth_enabled: ${LOKI_AUTH_ENABLED} reporting_enabled: ${LOKI_REPORTING_ENABLED} analytics: reporting_enabled: ${LOKI_ANALYTICS_REPORTING_ENABLED} server: http_listen_address: 0.0.0.0 Loading
deploy/docker-compose.tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ services: command: -config.file=${LOKI_CONFIG_FILE_PATH} -config.expand-env=true -target=all environment: LOKI_AUTH_ENABLED: LOKI_REPORTING_ENABLED: LOKI_ANALYTICS_REPORTING_ENABLED: LOKI_SERVER_LOG_LEVEL: networks: log-net: Loading