docker-dev

This commit is contained in:
wanghai
2026-05-18 19:35:54 +08:00
parent 5544389bd7
commit 7a2bfc6c5c
2 changed files with 6 additions and 6 deletions

View File

@@ -1 +1 @@
* * * * * php /data/httpd/ECShopX/artisan schedule:run >> /dev/null 2>&1
* * * * * sudo -u www-data php /data/httpd/ECShopX/artisan schedule:run >> /dev/null 2>&1

View File

@@ -6,7 +6,7 @@ process_name=%(program_name)s_%(process_num)02d
autostart=true
autorestart=true
numprocs=3
user=root
user=www-data
startsecs=3
startretries=100000
@@ -18,7 +18,7 @@ process_name=%(program_name)s_%(process_num)02d
autostart=true
autorestart=true
numprocs=5
user=root
user=www-data
startsecs=3
startretries=100000
@@ -30,7 +30,7 @@ process_name=%(program_name)s_%(process_num)02d
autostart=true
autorestart=true
numprocs=2
user=root
user=www-data
startsecs=3
startretries=100000
@@ -42,7 +42,7 @@ process_name=%(program_name)s_%(process_num)02d
autostart=true
autorestart=true
numprocs=4
user=root
user=www-data
startsecs=3
startretries=100000
@@ -54,6 +54,6 @@ process_name=%(program_name)s_%(process_num)02d
autostart=true
autorestart=true
numprocs=2
user=root
user=www-data
startsecs=3
startretries=100000