Whenever you want to add a docker exec command to the crontab don't forget to remove the `-i` from your arguments. Finding that issue took me longer than I like to admit. So in other words use:
docker exec -t DOCKER_INSTANCE COMMAND
instead ofdocker exec -it DOCKER_INSTANCE COMMAND