Skip to content

v2.2.0

Compare
Choose a tag to compare
@jaydrogers jaydrogers released this 03 Apr 16:23
· 178 commits to main since this release
564e6e9

🤩 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)