Share website configuration

We’re a team of WordPress developers that create custom themes and plugins for our customers.
Multiple team members are working on the same project, but at the moment we can’t find an option to share configurations per project between team members (cfr. Docker Compose).

Is it possible to have shared configurations?

Hi @koenHuybrechts,

Rock on!

Local doesn’t expose Docker compose files or Dockerfile's at this time. However, it does expose the web server, PHP, and MySQL config files in the site’s conf folder as long as you’re using the Custom environment. Sites with the Preferred environment do not have exposed config files.

As long as your team creates sites using the Custom environment, you can pass around exports of Local sites and the selected environment and config files will be included upon import. :slight_smile: