laravel-fans / laravel-docker

Full Laravel production environment for Docker
https://packagist.org/packages/laravel-fans/docker
MIT License
38 stars 12 forks source link

docker compose #14

Open sinkcup opened 4 years ago

sinkcup commented 4 years ago

MySQL 8.0 合并了腾讯互娱数据库团队的 Patch,可以实现秒级添加字段。https://zhuanlan.zhihu.com/p/64353192

目前各家云的数据库价格(基础版适合开发环境、小创业初期):

云厂商 MySQL 8.0 高可用版(1核2G) MySQL 8.0 高可用版(1核1G) MySQL 8.0 基础版 MySQL 5.7 基础版
腾讯云 222元/月 120元/月 29元/月(1核256MB)
阿里云 232元/月 45元/月 45元/月(1核1G)

由于各家都支持了 MySQL 8.0,所以此 docker compose 默认此版本。

image

image

image