Hi there,
I’m trying to re-use an existing docker-compose.yml
definition with Codefresh service containers using
services: composition: <myproject>/docker-compose.yml
Codefresh is having trouble parsing my docker-compose.yml
but the error message doesn’t tell me specifically what it’s having trouble with:
Message Failed to prepare composition: services Caused by Failed to parse composition Documentation Link https://codefresh.io/docs/docs/codefresh-yaml/steps/freestyle/
Is there any way to get more details on what it doesn’t like in my docker-compose.yml
file?
I would much rather re-use my existing service definitions than have to duplicate them inside my codefresh.yml
Thanks