chore(docker): 更新数据库初始化脚本

This commit is contained in:
2025-12-02 11:32:22 +08:00
parent 51c4cb7767
commit ecac45a74a
2 changed files with 11074 additions and 17 deletions

View File

@@ -22,19 +22,19 @@ stderr_logfile=/var/log/supervisor/php-fpm-error.log
stderr_logfile_maxbytes=10MB
stderr_logfile_backups=10
[program:think-cron]
command=php /var/www/html/think cron:schedule
process_name=%(program_name)s_%(process_num)02d
numprocs=1
directory=/var/www/html
autostart=true
autorestart=true
startretries=3
stdout_logfile=/var/log/supervisor/think-cron.log
stdout_logfile_maxbytes=10MB
stdout_logfile_backups=10
stderr_logfile=/var/log/supervisor/think-cron-error.log
stderr_logfile_maxbytes=10MB
stderr_logfile_backups=10
startsecs=3
stopwaitsecs=10
# [program:think-cron]
# command=php /var/www/html/think cron:schedule
# process_name=%(program_name)s_%(process_num)02d
# numprocs=1
# directory=/var/www/html
# autostart=true
# autorestart=true
# startretries=3
# stdout_logfile=/var/log/supervisor/think-cron.log
# stdout_logfile_maxbytes=10MB
# stdout_logfile_backups=10
# stderr_logfile=/var/log/supervisor/think-cron-error.log
# stderr_logfile_maxbytes=10MB
# stderr_logfile_backups=10
# startsecs=3
# stopwaitsecs=10