Skip to content

Releases: GDRCD/stack

v2.0.1

01 Jan 22:37
e725d33
Compare
Choose a tag to compare

What's Changed

Fixed

  • Update php8 and php56 Dockerfiles to use base-stage.
  • php.ini updated 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

31 Dec 16:50
02f2b43
Compare
Choose a tag to compare

What's Changed

Added

  • Introduced a new structure for Docker services, consolidating php and nginx into a single webserver service.
  • Added the ability to generate SSL certificates and start memcached and nginx services via a new entrypoint script.
  • Created a new logging structure for nginx and PHP services.
  • 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 phpmyadmin and mailhog.

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 .gitignore and README.md to reflect changes in the directory structure and usage instructions.
  • Modified the .env file to include PHP-related configurations and restructured service configurations.

Removed

  • Deprecated the separate nginx service in favor of the consolidated webserver service.
  • Removed xdebug and redis from 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

05 May 11:50
Compare
Choose a tag to compare

What's Changed

  • upd: adopt new docker compose conventions;
  • upd: remove ENV variable;

Full Changelog: v1.1.5...v1.1.6

v1.1.5

15 Nov 06:35
Compare
Choose a tag to compare

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

v1.1.4

06 Sep 15:33
e8aedfb
Compare
Choose a tag to compare

What's Changed

  • v1.1.4 by @Kasui92 in #10
    fix: improve docker compose controls

Full Changelog: v1.1.3...v1.1.4

v1.1.3

06 Sep 14:10
54e676d
Compare
Choose a tag to compare

What's Changed

  • v1.1.3 by @Kasui92 in #9
    feat: upgrade to docker compose v2;
    fix: use named versions for php dockerfile;

Full Changelog: v1.1.2...v1.1.3

v1.1.2

06 Aug 09:26
c6ba5a5
Compare
Choose a tag to compare

What's Changed

  • v1.1.2 by @Kasui92 in #8
    feat: use absolute path to root;
    fix: stop commands if there is no .env file
    chore: use function short declaration

Full Changelog: v1.1.1...v1.1.2

v1.1.1

02 Aug 18:26
bf4ff71
Compare
Choose a tag to compare

What's Changed

Fixed

  • Variuos fixes on gdrcd-stack control methods

Full Changelog: v1.1.0...v1.1.1

v1.1.0

25 Jul 10:48
20d0a0d
Compare
Choose a tag to compare

Stack update to ensure a more realistic environment for user usage.

Core Changes

  • Improved template for env
  • Updated docker services structure
  • Now it possibile to configure services for specific environments
  • Added commands to allow proper stack orchestration
  • Provided several versions of PHP to choose from
  • Update README.md

v1.0.1

14 Oct 14:50
2e8ee21
Compare
Choose a tag to compare

Various changes for the completion of the beta version of GDRCD-stack version v1.0.1 .

Core Changes

  • Add a better sendmailer for mailhog
  • Now php container can read php.ini
  • Add more pre-installed extensions;
  • Optimize image clean-up stage;