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

File diff suppressed because one or more lines are too long

View File

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