This commit is contained in:
chenc 2023-11-27 15:47:32 +08:00
parent 5e777d8f14
commit a9bd847cbc
2 changed files with 13 additions and 0 deletions

View File

@ -112,6 +112,7 @@ services:
volumes:
- "${WWWROOT_PATH}:/data/wwwroot:rw"
- "./php/php73/etc:/usr/local/etc"
- "./php/php73/supervisord.d:/etc/supervisord.d"
working_dir: /data/wwwroot/
networks:
aix-docker-cc:

View File

@ -0,0 +1,12 @@
[program:horizon]
directory=/data/wwwroot/la_GatewayAdmin
command=php artisan horizon
process_name=horizon
autostart=true
startsecs=10
startretries=3
autorestart=true
stopasgroup=true
killasgroup=true
redirect_stderr=true
stdout_logfile=/tmp/supervisor_horizon.log