Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 361 Bytes

WebPlatform

Network configuration

When webapi running inside container it could not connect to the DBMS out of webplatform docker network.

To resolve this network bridge can be used as shown below:

  1. Get ip address of host with DBMS running
  2. And up docker compose as:
    POSTGRES_IP=<POSTGRE-IP-ADDRESS> docker-compose up -d