Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.47 KB

README.md

File metadata and controls

42 lines (26 loc) · 1.47 KB

UptimeProject.io

GitHub Workflow Status Docker Pulls

This repo contains images used to run Laravel on Docker. We use this at UptimeProject.io and decided to OpenSource it in case anyone wants to use it in their own projects. 😁

Images

Image Tags Registry
uptimeproject/php-laravel 7.4-fpm 7.4-fpm-xdebug 8.0-fpm 8.1-fpm hub.docker.com

How to contribute

Feel free to create a PR if you have any ideas for improvements. Or create an issue.

Directory structure

The directories in the root of the project represent the containers. The dockerfiles inside represent variants and will become docker tags.

./build-and-release.sh

This script automatically walks through the directory structure and then builds and pushes the images.

By default it only builds the containers:

./build-and-release.sh

If you want to also release you have to explicitly pass --release:

./build-and-release.sh --release

UptimeProject.io

Check out uptimeproject.io