Skip to content
Snippets Groups Projects
Select Git revision
  • a7f97ef23b33ef988829e4c790e79d9ded62698a
  • main default protected
  • ci-test
  • v0.1.4
  • v0.1.3
  • v0.1.2
  • v0.1.1
  • v0.1.0
8 results

cron.sh

  • Reiter, Christoph's avatar
    a7f97ef2
    docker: add a cron docker service · a7f97ef2
    Reiter, Christoph authored
    This adds busybox to the php-fpm image and creates a separate container
    via docker-compose which starts crond and calls our cron command
    every 5 minutes.
    
    This makes sure our cron jobs are called during development, just like
    on a production server.
    a7f97ef2
    History
    docker: add a cron docker service
    Reiter, Christoph authored
    This adds busybox to the php-fpm image and creates a separate container
    via docker-compose which starts crond and calls our cron command
    every 5 minutes.
    
    This makes sure our cron jobs are called during development, just like
    on a production server.