cmd/server: don't spin up zoekt if using an external host
Created by: ggilmore
See https://github.com/sourcegraph/sourcegraph/pull/3332#discussion_r273723359
When using an external Zoekt instance (specified via ZOEKT_HOST
), sourcegraph/server shouldn't spin up its own (redundant) internal Zoekt instance. This PR resolves that.