Hello
can I connect to an external postgres database with a specific schema using docker-compose? The question concerns which ENV i can use.
For example, I have a postgres database test_base with the address 10.10.10.10 and there is a schema is jasper
This option will work?
environment:
Hello can I connect to an external postgres database with a specific schema using docker-compose? The question concerns which ENV i can use. For example, I have a postgres database test_base with the address 10.10.10.10 and there is a schema is jasper This option will work? environment: