Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| system_administration:networking:powerbi_connection_to_postgres [2023/07/31 12:48] – nadir | system_administration:networking:powerbi_connection_to_postgres [2023/08/11 11:13] (current) – aziz | ||
|---|---|---|---|
| Line 7: | Line 7: | ||
| * Open your docker-compose.yml file for editing (you can use any text editor you are comfortable with). | * Open your docker-compose.yml file for editing (you can use any text editor you are comfortable with). | ||
| * Find the section for your PostgreSQL service in the docker-compose.yml file and add the ports. It should look something like this: | * Find the section for your PostgreSQL service in the docker-compose.yml file and add the ports. It should look something like this: | ||
| - | < | + | < |
| db: | db: | ||
| image: postgres | image: postgres | ||
| Line 34: | Line 34: | ||
| ==== Note ==== | ==== Note ==== | ||
| - | * Replace the Asterisks (***) in 7* * * with the last 3 digits of your Vm ip address for technicality | + | * Replace the Asterisks (***) in 7*** with the last 3 digits of your Vm ip address for technicality |
| Line 46: | Line 46: | ||
| * Click on "Get Data" from the Home tab. | * Click on "Get Data" from the Home tab. | ||
| * In the "Get Data" window, select " | * In the "Get Data" window, select " | ||
| - | * Enter the IP address of your Server in the " | + | * Enter the IP address of your Server in the " |
| - | | + | < |
| * In the " | * In the " | ||
| * Enter the PostgreSQL username and password you defined in the docker-compose.yml file. | * Enter the PostgreSQL username and password you defined in the docker-compose.yml file. | ||