Closed alterphp closed 1 week ago
The changes introduced in this pull request include the addition of a new environment variable COMPOSE_PROFILES
in the .env.dev.dist
file, which allows for specifying multiple Docker Compose profiles. Additionally, the Dockerfile
for the PHP server has been modified to streamline package installations, update the xdebug
version, and add new packages while removing others. The structure of the Dockerfile
has been maintained, with comments added for clarity on different build stages.
File | Change Summary |
---|---|
.env.dev.dist | Added new variable COMPOSE_PROFILES=min for specifying multiple Docker Compose profiles. |
engine/php_server/Dockerfile | Updated xdebug to version 3.3.2 , streamlined package installations, added vim , msmtp , ssh , and removed exim . Retained existing configurations and structure, with comments for build stages. |
In the garden where changes bloom,
New profiles sprout, dispelling gloom.
With xdebug's upgrade, our server's bright,
Packages gathered, all set just right.
Hopping along, we cheer with delight,
For every tweak brings new joy in sight! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
COMPOSE_PROFILES
env var in theenv.dest.dist
fileSummary by CodeRabbit
COMPOSE_PROFILES
for enhanced Docker Compose configuration options.xdebug
package version and streamlined package installations in the PHP server Dockerfile.msmtp
, including configurations for Mailtrap and SendGrid.