cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Can we upload a docker compose file to BTP Cloud Foundry?

Urvesh
Explorer
0 Kudos
381

I want to deploy a Chatbot application to Cloud Foundry of BTP. I have this application in a docker-compose.yml file which has five different services mentioned and all services are dependednt on each other. Basically, it creates five different container in Docker which eventually makes an application run on a defined port. 

I would like to know if there is any possibility to deploy the application with Docker compose file?

Also let me know, if there is any other way to deploy such application. 

Thank you 

Accepted Solutions (0)

Answers (1)

Answers (1)

gregorw
SAP Mentor
SAP Mentor
0 Kudos

You can run containers in BTP Cloud Foundry (check https://github.com/SAP-samples/cf-mta-examples/tree/main/cf-app-docker). But you can't just provide a Docker compose file.

Urvesh
Explorer
0 Kudos
Okay, I will try and write back whatever the result I will get