What is the best way to go about installing on a system with an existing instance of Postgres?

I’m trying to install gitlab CE on a system that’s already using postgres. How do I configure it to use my db?

The easiest way would be to use the omnibus package and configure it to use the existing postgres instead of the internal one.