You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker-compose.override.yml was not meant to be used for having multiple docker-compose for the same docker-compose project.
override file could be used for overriding the docker-compose without touching the main docker-compose.yml file, this would be easier to upgrade to a newer georchestra version, but currently we can't use this functionality.
The text was updated successfully, but these errors were encountered:
I think we should use docker extends functionalities instead of using .override file for having a separate docker-compose.yml: https://docs.docker.com/compose/multiple-compose-files/extends/
docker-compose.override.yml
was not meant to be used for having multiple docker-compose for the same docker-compose project.override
file could be used for overriding the docker-compose without touching the maindocker-compose.yml
file, this would be easier to upgrade to a newer georchestra version, but currently we can't use this functionality.The text was updated successfully, but these errors were encountered: