Sign inSign up

aexoti/cron

By aexoti

Updated almost 11 years ago

Cron service

Image
0

1.1K

aexoti/cron repository overview

Usage

Run with Docker Compose

Here is a basic example of a docker-compose.yml file using the eeacms/reportek-cron docker image:

cron:
  image: eeacms/reportek-cron
  links:
  - webapp
  env_file:
  - cron.env

webapp:
  image: razvan3895/nodeserver
Run it with environment variable set in cron.env
  • CRONTASK_1=*/2 * * * *
  • CRONTASK_2=5 * * * *

Tag summary

Content type

Image

Digest

sha256:4aa8c7e17

Size

4.2 MB

Last updated

almost 11 years ago

docker pull aexoti/cron