server-php: - Add nginx.conf, fpm-pool.conf.template, supervisord.conf - Add php.ini.template, php-prod.ini, php-dev.ini - Add opcache-prod.ini, xdebug.ini - Add nginx-performance.conf for production - Add entrypoint.sh script developer: - Remove git-delta (not available in Alpine 3.22 repos) Closes #3 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
187 B
INI
7 lines
187 B
INI
[xdebug]
|
|
xdebug.mode = develop,debug
|
|
xdebug.start_with_request = trigger
|
|
xdebug.client_host = host.docker.internal
|
|
xdebug.client_port = 9003
|
|
xdebug.idekey = PHPSTORM
|
|
xdebug.log_level = 0
|