Hello everybody, i have a question about this discussion. i created my strapi project with docker compose.
Folders :
---- / app
---- / data
---- docker-compose.yml
And i want to deploy on render but i dont find the right way because if i understood everything the database and the service are separate. can i use my dockerfile to deploy everything?? thanks for your help
Render doesn’t support Docker Compose yet (you can upvote this feature!). In your case, you can deploy your app’s Dockerfile and deploy the database separately. You can also use render.yaml to deploy everything together.