Hello @martr
If your DB is not in your docker-compose scope, just use its IP address or its hostname in doctrine.host
in app/conf/config.yml
.
If your DB is on the same Docker host, but not in your docker-compose scope, you’ll have to create a Docker network to enable your APP discover your DB container.