How can i debug rancher-compose running with build from git repo?

hi there,

i wrote my docker-compose / rancher-compose files in the way that i build from a git repository.
when i run it local with docker-compose everything works fine.
running it on my remote server via rancher-compose it won’t work and i can’t really see why.
is there a way to follow the remote build process to see why it fails?

currently i run it via rancher-compose --debug --env-file .env up

rancher-compose should work with build from a git repo, or?

im really predicate any idears why the git stuff works local with docker-compose but won’t work with rancher-compose.

cheers maik