How to run a pgAdmin4 docker instance managing multiple postgres docker instances?
My project need to have a database (postgres) for the code itself and another database to have kong api gateway data stored.
I would like to have an instance of pgadmin4 managing both postgres servers.
How to run a pgAdmin4 docker instance managing multiple postgres docker instances?
My project need to have a database (postgres) for the code itself and another database to have kong api gateway data stored.
I would like to have an instance of pgadmin4 managing both postgres servers.