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.
include file could be used for including more Docker compose services in 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.