homepage.js/view/projects/blek_sail.pug

19 lines
550 B
Plaintext
Raw Normal View History

2023-02-18 14:41:24 +01:00
extends ../layout/project.pug
block root
- var title = 'blek! Sail'
2023-02-22 04:41:55 +01:00
include ../ui/label.pug
2023-02-18 14:41:24 +01:00
block append content
2023-02-22 04:41:55 +01:00
h2
| blek! Sail
+label('Docker', '#5B9FCC')
2023-02-18 14:41:24 +01:00
p
| blek! Sail is a production-ready alternative to Laravel Sail.
br
| It runs on nginx + php-fpm on alpine linux
p
| Read the github
2023-03-18 03:54:46 +01:00
a(class='web_link' href='https://github.com/b1ek/sail') page
2023-02-18 14:41:24 +01:00
| for more info.
p
2023-03-18 03:54:46 +01:00
a(class='web_link' href='https://hub.docker.com/r/blekii/sail') Docker hub repo