You can use pgAdmin to manage PostrgeSQL.
Navigate to the pgAdmin Login page: https://serendipity.localhost:5443
Login using the PGADMIN_DEFAULT_EMAIL (admin@serendipity.org) and PGADMIN_DEFAULT_PASSWORD (secret) credentials.
You should see something like:
In the 'Quick Links' click on 'Add New Server':
Enter the Name (Serendipity PostgreSQL) and then click on the 'Connection' tab:
Enter the Host name / address (postgres) and the Username (POSTGRES_USER=admin) and Password (POSTGRES_PASSWORD=secret), and the Maintenance database (serendipity) then click the 'Save' button:
Note: The 'Host name / address' field must match the value (e.g., postgres) specified in the project's docker-compose.yml.
- pgAdmin: Documentation



