Releases: GDRCD/stack
Releases · GDRCD/stack
v2.1.0
v2.0.2
v2.0.1
What's Changed
Fixed
- Update php8 and php56 Dockerfiles to use base-stage.
php.iniupdated to enable pdo_mysql extension
Changed
- When disabling an optional service, the command stops and removes the container from Docker.
Documentation
- Update README.md with database export, import, and refresh commands.
- Update README with GDRCD configuration and environment variables.
New Contributors
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
Added
- Introduced a new structure for Docker services, consolidating
phpandnginxinto a singlewebserverservice. - Added the ability to generate SSL certificates and start
memcachedandnginxservices via a new entrypoint script. - Created a new logging structure for
nginxandPHPservices. - Implemented multiple new commands for managing the development stack, including
build,clean,start,stop,restart,logs, and service-specific commands. - Added support for optional services like
phpmyadminandmailhog.
Changed
- Upgraded the MySQL version from 5.7 to 8.0.
- Refactored the Dockerfile structure to support different PHP versions (
php56,php74,php8). - Updated the
.gitignoreandREADME.mdto reflect changes in the directory structure and usage instructions. - Modified the
.envfile to include PHP-related configurations and restructured service configurations.
Removed
- Deprecated the separate
nginxservice in favor of the consolidatedwebserverservice. - Removed
xdebugandredisfrom the PHP Dockerfiles to streamline the build process.
These updates provide a more streamlined and flexible development environment, enhancing the overall workflow and maintainability of the project.
New Contributors
Full Changelog: v1.1.6...v2.0.0
v1.1.6
What's Changed
- upd: adopt new docker compose conventions;
- upd: remove ENV variable;
Full Changelog: v1.1.5...v1.1.6
v1.1.5
What's Changed
- upd: upgrade php version from 7.3 to 7.4
- fix: align gd extension configuration
Full Changelog: v1.1.4...v1.1.5