Skip to content

Compose all necessary Docker Containers to run Php7 Apps. Mirror of https://gitlab.com/exadra37-docker/php/docker-stack

License

Notifications You must be signed in to change notification settings

Exadra37/php-docker-stack

Repository files navigation

Php Docker Stack

Php Docker stack to run Php Apps in Production and Development, using Docker Compose Services to run any Php version, Databases, Cache, Queues, Logs and much more...

From now on, no need to keep messing around the Operating System to have a full development stack ready to build our awesome Php Apps.

MENU

SUPPORT DEVELOPMENT

If this is useful for you, please:

  • Share it on Twitter or in any other channel of your preference.
  • Consider to offer me a coffee, a beer, a dinner or any other treat 😎.

EXPLICIT VERSIONING

This repository uses Explicit Versioning schema.

BRANCHES

Branches are created as demonstrated here.

This are the type of branches we can see at any moment in the repository:

  • master - issues and milestones branches will be merged here. Don't use it in production.
  • last-stable-release - matches the last stable tag created. Useful for automation tools. Doesn't guarantee backwards compatibility.
  • 4-fix-some-bug - each issue will have is own branch for development.
  • milestone-12_add-some-new-feature - all Milestone issues will start, tracked and merged here.

Only master and last-stable-release branches will be permanent ones in the repository and all other ones will be removed once they are merged.

DISCLAIMER

By default this Php Docker Stack only supports Php Apps requiring versions of Php >= 7.0.

This was a conscious decision to help adoption of awesome Php7 and not have to duplicate efforts in supporting old Php versions... you know I do this in my free time ;).

But using the Php Docker Stack for older Php Versions is easy as using the .env file to override the required docker images for Php by other ones supporting the desired Php version your project is running on.