I am running pgAdmin-4 as a docker container alongside my PostgreSQL deployment (in docker containers as well). I am able to connect to the WebUI and manually add the DB server, getting access to all the needed information.
Is there any way to make the pgAdmin container automatically connected to my PostgreSQL server without the need for a manual configuration after the launch?
Thank you