pgAdmin
pgAdmin is a popular open-source graphical user interface (GUI) tool for managing and administering PostgreSQL databases. It provides a user-friendly web-based interface to interact with both local and remote PostgreSQL servers.
How to start
- Create a
.envfile based on the.env.examplefile. - Set the
USERNAME,PASSWORD, andPGADMIN_DATAvariables in the.envfile. - Run
docker-compose up -dto start the application. - The application will be available at http://localhost:8888.
Setup
After starting the application, you can access the web interface and log in with the credentials you provided in the .env file.