1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

basic frankenphp support

fixes #17
This commit is contained in:
Robin Appelman 2026-03-22 14:10:19 +01:00
commit 3b4014b5e4
9 changed files with 83 additions and 41 deletions

View file

@ -84,4 +84,11 @@ if [ -n "${PROXY_BASE:-}" ]; then
cp /etc/supervisor/dnsmasq.conf /etc/supervisor/enabled/
fi
if [ -n "${FRANKENPHP:-}" ]; then
cp /etc/supervisor/frankenphp.conf /etc/supervisor/enabled/
else
cp /etc/supervisor/php-fpm.conf /etc/supervisor/enabled/
cp /etc/supervisor/nginx.conf /etc/supervisor/enabled/
fi
exec supervisord -c /etc/supervisor/supervisord.conf