insights: remove insights database from single container
View options
- Truncate descriptions
Created by: coury-clark
The code insights database was added to the single container deployment with the intention of only being active in integration tests. Somehow for some customer installations the migrator and database initializers are stuck trying to start the code insights database, and they are unable to upgrade. https://github.com/sourcegraph/customer/issues/991
For now, we should just revert the changes that added code insights database to the single container image.

