svenax/symfony-docker-template
Composer 安装命令:
composer require svenax/symfony-docker-template
包简介
A dockerized template for MySQL + Nginx + Symfony 5.
关键字:
README 文档
README
Description
This is a complete stack for running Symfony 5 in Docker containers using docker-compose.
It consists of three containers:
nginx- webserver.php- PHP-FPM with PHP 7.4.db- MySQL container with a MySQL 8.0 image.
Installation
- Clone this repo or run
composer create-project svenax/symfony-docker-template - Copy
app/.env.local.templatetoapp/.env.localand update it as needed - Run
make up - Run
bin/composer install - Go to http://localhost to check it out
Usage
All code for the project is found in the app folder. Scripts to interact with the Docker
containers are in the bin folder. The Makefile contains convenience scripts for Docker,
backups, and more.
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-09