mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 23:42: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 管理,切换模式时自动复制或删除
8 lines
210 B
INI
8 lines
210 B
INI
; Xdebug dev config
|
|
xdebug.mode = debug,develop
|
|
xdebug.start_with_request = yes
|
|
xdebug.client_host = host.docker.internal
|
|
xdebug.client_port = 9003
|
|
xdebug.discover_client_host = true
|
|
xdebug.idekey = DOCKER_DEV
|