savannabits/dockavel
最新稳定版本:v1.1.0
Composer 安装命令:
composer require savannabits/dockavel
包简介
Compose a Laravel Docker image for Production, using PHP 8, redis, mariadb and nginx
关键字:
README 文档
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
composer require savannabits/dockavel
Usage
- Simply Run the
docker:installcommand with yourimagename and optionally your bridgenetworkname
# You can run php artisan docker:install --help to see all the options available
php artisan docker:install yourimagename
NB: After successfully publishing all the docker config, the command will ask you whether to uninstall itself since its work is done. If you have no further use of it, you can proceed to uninstall it.
- COPY all the .env variables published in a file named
.env.dockerto your current env file, just belowAPP_URL. Modify the variables as necessary. - Done. Now you can run
docker-compose build appto build your image, thendocker-compose up -dto run your services.
Testing
composer test
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email maosa.sam@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
统计信息
- 总下载量: 609
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 8
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-05-06