Skip to content

Releases: GDRCD/stack

v1.1.1

02 Aug 18:26
bf4ff71

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

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

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;

v1.0.0

30 Sep 22:29
74732c1

Choose a tag to compare

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

Core Changes

  • README updated
  • Removed the services folder and kept the service folder
  • Fix in PHP container creation
  • Improved configuration files for NGINX and PHP containers

v1.0.0-beta

30 Sep 21:03
206f6f9

Choose a tag to compare

v1.0.0-beta Pre-release
Pre-release

Initialized the Stack for GDRCD, based on version v5.5.1.

Core Changes
-Added all features to start a full docker stack to run GDRCD # 5.5.1;

  • The stack integrates the following services: MYSQL, PHP, NGINX, PHPMYADMIN and MAILHOG;
  • Temporarily disabled the ability to manage multiple web services;
  • Improved readability of PHP and NGINX container configuration files.