This message was deleted.
# help
b
This message was deleted.
l
Hi @hundreds-activity-29799. If you’re running docker-compose to launch the database, you will probably need to update the
docker-compose
file to expose the postgresql port. You can do this by adding something like:
Copy code
ports
    - 5444:5432
To the
postgres
service in that file. That will mean the DB is now available on port 5444 from your local host. Once that’s done you should be able to connect to it with the following settings:
Copy code
host: localhost
port: 5444
user: postgres
password: postgres
database: cloud_pricing
h
Of Course! Thank you so much. Is there a way to send you some coffee-money?
l
No problem. Thanks 🙏! We don't take any sponsorship, but appreciate any opportunity you have to spread the word about infracost.