To launch docker containers with Postgres and pgadmin4 run command:
docker-compose up -dThe pgadmin4 console is available at this URL:
http://localhost:5555
Provide the following credentials:
- E-mail:
- Password
1qazaq1
The default development server should already be added, all you need to do is
provide a password (admin). If you wanted to add another one, follow these
instructions:
-
Click Servers-> Register -> Server
-
Provide the name of the database
-
To connect client with database you have to know the ip of the database. You can find it by typing this command into the terminal:
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' postgresovisco -
Go to connection tab and insert information presented below. The default password is admin.
-
Click Save and you should be connected to postgres database.

