feat: PHP 增加 supervisor

This commit is contained in:
zhengkunwang223
2023-11-30 17:52:26 +08:00
parent 95069a81d4
commit 89cec863f7
67 changed files with 1834 additions and 15 deletions
+5
View File
@@ -13,6 +13,11 @@ services:
- ./log:/var/log/php
- ./composer:/tmp/composer
- ./extensions:/php/extensions
- ./supervisor/supervisord.conf:/etc/supervisord.conf
- ./supervisor/supervisor.d:/etc/supervisor.d
- ./supervisor/log/supervisord.log:/var/log/supervisord.log
- ./supervisor/run.sh:/run.sh
command: sh /run.sh
ports:
- 127.0.0.1:${PANEL_APP_PORT_HTTP}:9000
labels: