fix copy caddyfile dans dockerfile, maj composer json, directive watch worker frankenphp
Some checks failed
Cadoles/hydra-sql/pipeline/pr-develop There was a failure building this commit

This commit is contained in:
2025-10-02 16:12:06 +02:00
parent d15579578e
commit a2346cfd34
9 changed files with 70 additions and 1072 deletions

View File

@@ -21,10 +21,10 @@
opcache.preload_user www-data
apc.enable_cli 1
apc.enable 1
{$PHPINI_EXTRA_CONFIG}
}
{$FRANKENPHP_CONFIG}
{$FRANKENPHP_CONFIG}
}
}
@@ -38,15 +38,13 @@
php_server {
try_files {path} index.php
try_files {path} index.php
worker {
file /app/public/index.php
watch
name hydra-sql-worker
name hydra-sql-worker
{$FRANKENPHP_WORKER_CONFIG}
}
}
}
@phpFile {
path *.php*
@@ -59,7 +57,6 @@
}
log_skip @shouldSkip
log {
log {
output stdout
format {$CADDY_LOG_FORMAT:console}
level {$CADDY_LOG_LEVEL:INFO}