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

use supervisord in image

This commit is contained in:
Robin Appelman 2026-03-12 00:21:54 +01:00
commit 6fdadd9bad
9 changed files with 47 additions and 17 deletions

View file

@ -7,6 +7,9 @@ runCommand "configs" {} ''
cp ${./configs/nginx-app.conf} $out/conf/nginx-app.conf
cp ${./configs/sudoers} $out/etc/sudoers.d/haze
cp -r ${./configs/nc} $out/etc/nc
cp ${./php-fpm.conf} $out/etc/php-fpm.conf
cp ${./nginx.conf} $out/etc/nginx.conf
cp ${./configs/php-fpm.conf} $out/etc/php-fpm.conf
cp ${./configs/nginx.conf} $out/etc/nginx.conf
cp -r ${./configs/supervisor} $out/etc/supervisor
chmod +w $out/etc/supervisor
mkdir $out/etc/supervisor/enabled/
''