This application is a simple PHP application using the package cron/cron installed from Composer
Application → https://php-cron.is-easy-on-scalingo.com
One additional type of process will be created from the Procfile which defines how to start
the task scheduler:
clock: php cron.php
First install the dependencies:
$ docker run --rm -it --volume $(pwd):/app --user $(id -u):$(id -g) composer installThen run the needed containers:
$ docker-compose up