Sign inSign up

dalongrong/cronicle

By dalongrong

•Updated about 7 years ago

cronicle A simple, distributed task scheduler and runner with a web based UI

Image
0

1.5K

dalongrong/cronicle repository overview

⁠running with docker-compose

  • docker-compose file
version: "3"
services:
  cronicle:
      image:  dalongrong/cronicle
      ports:
      - "3012:3012"
  • start service
docker-compose up -d
  • setup
docker-compose exec cronicle /opt/cronicle/bin/control.sh setup

  • start cronicle
docker-compose exec cronicle /opt/cronicle/bin/control.sh start

Tag summary

Content type

Image

Digest

Size

85.9 MB

Last updated

about 7 years ago

docker pull dalongrong/cronicle