Kickoff Docker Php Versions Save

:whale: :elephant: :rocket: Easily setup a PHP project with Docker

v2.5.1

6 years ago

Changelog

From #55 @ChrisB-io:

  • UID is now set correctly when you have a white space in your path.

v2.5.0

6 years ago

Changelog

From #53:

The project is now compatible with Orbit v3.0.0

v2.4.0

6 years ago

Changelog

From #51:

Updating PHP-FPM 7.1 to 7.2.

v2.3.1

6 years ago

Changelog

From #49:

Updating modules version:

  • Traefik 1.4.3 -> 1.4.6
  • PHP-FPM stack:
    • PHP-FPM 7.1.11 -> 7.1.12
    • APCu 5.1.8 -> 5.1.9
    • PHP extension for Redis 3.1.4 -> 3.1.6
    • Composer 1.5.2 -> 1.6.2
    • PHP Coding Standards Fixer 2.8.2 -> 2.9.0
    • NodeJS 8.9.1 -> 8.9.4
  • Graylog stack:
    • MongoDB 3.4.10 -> 3.6.1
    • Graylog Server 2.3.2-2 -> 2.4.0-1
  • PhpMyAdmin 4.7.5-1 -> 4.7.7-1
  • RabbitMQ 3.6.14 -> 3.7.2

v2.3.0

6 years ago

Changelog

From #47 @dkozickis:

  • Add ability to define PHP application source directory
  • Bump Traefik to 1.4.3 to incorporate containous/traefik#2302 (enables proper X-Forwarded-Port for PHP frameworks depending on X-Forwarded* during URL generation e.g. Symfony with setTrustedProxies enabled)

From #48:

  • Updating modules versions

v2.2.0

6 years ago

Changelog

From #46:

  • Better Xdebug support
  • Redis is no more used as the default session handler
  • Updating some services versions

v2.1.1

6 years ago

Changelog

  • Increasing the health check duration

v2.1.0

6 years ago

This new version requires Orbit v2.0.0 which provides a lof of new features.

The main interest for the kickoff-docker-php project is that it dramatically reduces the amount of notifications.

Changelog

From #45:

  • Updating templates & commands for Orbit v2.0.0
  • Adding health check of modules
  • Updating some services versions

v2.0.3

6 years ago

Changelog

From #43:

  • MySQL secret files are now correctly generated

v2.0.2

6 years ago

Changelog

From #42:

  • Fixing permissions issues on Mac
  • Improving README