Skip to content

FrontEndCoffee/laravel-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Images for running laravel on docker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 55.6%
  • Shell 44.4%