Files
cpo_test/docker/cron/laravel
din9xtr 6d721dba79 feat: add cron scheduling and update services
- Added go-crond library to Dockerfile for task scheduling
- Created schedule service in compose.yaml with go-crond
- Added cron configuration file: docker/cron/laravel
- Updated README.md
- Improved service configurations with health checks
- Switched to base frankenphp image
2026-02-08 00:15:35 +07:00

2 lines
112 B
Plaintext

* * * * * appuser cd /var/www && /usr/local/bin/php artisan schedule:run >> /var/www/storage/logs/cron.log 2>&1