Here's how to access PostgreSQL database in db container through pgAdmin.
Click on New Server and enter following information:
Port 6666 is published port on db container and password is 1907. Otherwise, port inside Docker is 5432. Web container connects to db container through port 5432.