symfony / flex

Composer plugin for Symfony
MIT License
4.15k stars 181 forks source link

Suggest adding management of the compose.yml file in addition to docker-compose.yml #992

Closed roukmoute closed 10 months ago

roukmoute commented 1 year ago

Hello !

Following my use of Symfony Flex and its wonderful ability to manage Docker configurations via recipes, I noticed that the manifest supports the docker-compose.yml file.

However, consulting the official Docker documentation, it seems that the use of the docker-compose.yml file may be gradually deprecated or, at least, that there is an alternative under the name compose.yml. Details can be found on this page: https://docs.docker.com/compose/multiple-compose-files/merge/

Proposal:

This will ensure better compatibility with future versions of Docker Compose and offer greater flexibility to developers using Symfony Flex.

I'd love to hear your thoughts on this and whether this is something you'd consider adding to Symfony Flex.

Thank you for your time and consideration!

dunglas commented 1 year ago

Definitely something we need. I also plan to switch Symfony Docker and the API Platform distro to compose.yaml.