Make Docker Compose Container wait for container PostgreSQL and restore
I have a docker compose with one container PostgreSQL and another one with my App. I need to restore two databases into the PostgreSQL and then make the App start. Currently I have tried this docker compose: version: "3.7" services:…