Docker Compose File
Completed
Hi,
I read the instructions on the: https://blog.jetbrains.com/pycharm/2017/03/docker-compose-getting-flask-up-and-running/.
I understand that when running docker-compose from PyCharm it will merge all the compose files listed in "Remote Python Interpreter Configuration". Is that correct? Where can I find more information on how PyCharm performs merge and what is supported?
Thank you.
Please sign in to leave a comment.
OK, I found the answer. It is not PyCharm who merges the files but the docker-compose itself. Thanks.