Skip to content
/ sail Public

blek! Sail is a production-ready alternative to Laravel Sail

Notifications You must be signed in to change notification settings

b1ek/sail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blek! Sail

blek! Sail is a production-ready alternative to Laravel Sail, which runs on alpine instead of ubuntu and on nginx + php-fpm.

Docker hub image: blekii/sail (link)

Starting it up

Via docker compose (recommended)


services:
    sail:
        image: blekii/sail:latest
        build:
            context: directory/with/sail
            dockerfile: Dockerfile
#        volumes:
#            - 'your/project/root:/var/www/html'
#            - 'custom/nginx/config:/etc/nginx/sites-enabled'
        ports:
            - '80:80'

Via docker run

$ docker run -v '/path/to/laravel/project:/var/www/html' --name sail -p 80:80 -d blekii/sail:latest

About

blek! Sail is a production-ready alternative to Laravel Sail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published