Hello
i have my compose.yml so how can i use it in pipeline.
thank you.
You'll need to install a docker-compose binary compatible with your specified image and then enable docker in pipelines. From that point onwards you should be able to run `docker-compose up` normally.
Instructions for enabling docker in pipelines can be found here https://confluence.atlassian.com/bitbucket/run-docker-commands-in-bitbucket-pipelines-879254331.html.
An example of someone else doing this can be found here https://medium.com/magnetcoop/using-docker-compose-in-bitbucket-pipelines-81ead8cf0153.
If you have any questions let me know.
Cheers,
Tom.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.