SurfSense
SurfSense copied to clipboard
Proposal: Add pgAdmin Service to Docker Compose for Easier PostgreSQL Management
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!
Hey @cubxxw , I am terrible at Docker so I am open to any Docker improvement. I would love a PR from you 🙂🙌