SurfSense icon indicating copy to clipboard operation
SurfSense copied to clipboard

Proposal: Add pgAdmin Service to Docker Compose for Easier PostgreSQL Management

Open cubxxw opened this issue 7 months ago • 1 comments

Hi @MODSetter ,

To simplify database debugging and improve developer experience, I suggest adding a pgAdmin service to our docker-compose.yml. This would make it easier to:

  • Inspect database schemas
  • View and edit table data
  • Run SQL queries in a friendly UI

pgAdmin is lightweight and can be secured with environment variables. It’s especially helpful when dealing with complex schema migrations or debugging LLM prompt logs stored in PostgreSQL.

Let me know if you’re open to this addition — I’d be happy to submit a PR!

Thanks!

cubxxw avatar May 09 '25 07:05 cubxxw

Hey @cubxxw , I am terrible at Docker so I am open to any Docker improvement. I would love a PR from you 🙂🙌

MODSetter avatar May 09 '25 07:05 MODSetter