mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
docker-compose.yml | ||
Dockerfile | ||
README.md |
cronicle
Cronicle is a multi-server task scheduler and runner, with a web based front-end UI.
It handles both scheduled, repeating and on-demand jobs, targeting any number of slave servers, with real-time stats and live log viewer.
Written in Node.js, proudly open source and MIT licensed.
$ mkdir -p data/{conf,data,logs}
$ wget -P data https://github.com/jhuckaby/Cronicle/raw/master/sample_conf/config.json
$ wget -P data https://github.com/jhuckaby/Cronicle/raw/master/sample_conf/setup.json
$ docker-compose run --rm cronicle setup
$ docker-compose up -d
$ curl http://127.0.0.1:3012