Metadrop / drupal-boilerplate

Drupal projects up and running with Docker and many other tools in minutes
28 stars 23 forks source link

Migrate docker compose file names to Compose V2 #141

Open omarlopesino opened 3 months ago

omarlopesino commented 3 months ago

According to new compose versions, the files must start with compose, instead of starting with docker-compose as before: https://docs.docker.com/compose/compose-application-model/

The default path for a Compose file is compose.yaml (preferred) or compose.yml that is placed in the working directory. Compose also supports docker-compose.yaml and docker-compose.yml for backwards compatibility of earlier versions. If both files exist, Compose prefers the canonical compose.yaml.

We should change the file names to meet the new standard.

Pull requests related:

https://github.com/Metadrop/drupal-boilerplate-assistant/pull/1 https://github.com/Metadrop/drupal-boilerplate/pull/140

omarlopesino commented 3 months ago

@rsanzante may you review the pull requests?

rsanzante commented 3 months ago

Changes requested in the assistant PR, see https://github.com/Metadrop/drupal-boilerplate-assistant/pull/1#pullrequestreview-1957493761

omarlopesino commented 3 months ago

All changes requested in the feedback have been done and both the assistant and the boilerplate are ready to be merged.