github serversideup/docker-php v2.2.0

latest releases: v4.3.3, v4.3.2, v4.3.1...
2 years ago

🤩 New Documentation Site

Our biggest focus of this release was creating a Documentation Site that is managed directly in GitHub.

👉 The site is available at: https://serversideup.net/open-source/docker-php/

How it works

  • The documentation site is run with Nuxt Content v2
  • All documentation site items are located under /docs
  • It is very easy for someone to run this locally with yarn install & yarn dev

Deployment

  • When someone opens a PR, a documentation preview URL is created with CloudFlare pages as a preview
  • When that PR is merged to main, the site is deployed to CloudFlare pages in the production environment
  • We use a CloudFlare Worker to proxy https://serversideup.net/open-source/docker-php/ to CloudFlare pages

Full Project Detail

You can see the full project detail here. This was created and managed by Bugflow.

✨ Docker Image Enhancements

  • Silence start up banner if S6_LOGGING is set to 1 (#126)
  • Isolate migrations to allow multiple containers to preform Laravel migrations correctly (#129)

🙌 First Time Contributor(s)

Don't miss a new docker-php release

NewReleases is sending notifications on new releases.