feat: add internal WordPress cron runner

This commit is contained in:
bisco
2026-07-23 23:40:44 +02:00
parent f75bce3dea
commit e6ec3c94dc
15 changed files with 245 additions and 24 deletions
+7
View File
@@ -17,6 +17,13 @@ services:
- test_wordpress_data:/var/www/html
- ./wp-cli/bootstrap.sh:/scripts/bootstrap.sh:ro
wp-cron:
environment:
WP_CRON_INTERVAL_SECONDS: 300
volumes:
- test_wordpress_data:/var/www/html
- ./wp-cli/cron.sh:/scripts/cron.sh:ro
proxy:
networks:
web: