Scalingo is responsible to run crons in this repo (defined in cron.json).
├── docker-compose.yaml # Docker Compose configuration ├── Dockerfile # Docker build file for Django ├── manage.py # Django management script ├── nginx │ └── nginx.conf # Nginx configuration file ├── ...