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:
parent
0105c60a09
commit
6fdadd9bad
9 changed files with 47 additions and 17 deletions
|
|
@ -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/
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue