mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
All checks were successful
build-and-deploy / 直传代码并部署到 Host15 (push) Successful in 1m13s
- 新增 docker-dev 部署模式,提供包含 nginx+php-fpm、MySQL、Redis、phpMyAdmin 和 Xdebug 的完整 Docker 开发环境 - 在 StackModeService 中重写 applyMode 方法,切换模式时自动删除目标模式中不存在的已管理文件 - 新增 .docker-dev.env 配置文件并纳入 managed_files 管理,切换模式时自动复制或删除
10 lines
279 B
INI
10 lines
279 B
INI
; Dev mode PHP config (overrides zz-phprun.ini)
|
|
opcache.enable = 1
|
|
opcache.memory_consumption = 128
|
|
opcache.validate_timestamps = 1
|
|
opcache.revalidate_freq = 3
|
|
opcache.interned_strings_buffer = 16
|
|
opcache.max_accelerated_files = 20000
|
|
display_errors = On
|
|
error_reporting = E_ALL
|