17 lines
734 B
Markdown
17 lines
734 B
Markdown
# 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.
|
|
|
|
[pgAdmin Website](https://www.pgadmin.org/)
|
|
|
|
## How to start
|
|
|
|
1. Create a `.env` file based on the `.env.example` file.
|
|
2. Set the `USERNAME`, `PASSWORD`, and `PGADMIN_DATA` variables in the `.env` file.
|
|
3. Run `docker-compose up -d` to start the application.
|
|
4. The application will be available at [http://localhost:8888](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.
|