Giter VIP home page Giter VIP logo

docker-cronicle's Introduction

Docker Cronicle

Simple and lightweight Cronicle Docker solution.

Main Screenshot

Say goodbye to troublesome configuration and installation, and start your Scheduled Task Center with One-Click.

Docker Images

# use the latest version
docker pull soulteary/cronicle
# or specified version
docker pull soulteary/cronicle:0.9.11

Supported Versions

DockerHub: https://hub.docker.com/r/soulteary/cronicle

Default Account

default account and password:

  • username: admin
  • password: admin

Docker

Init your app first (first time only).

docker run --rm -it \
        -v `pwd`/data/data:/opt/cronicle/data:rw \
        -v `pwd`/data/logs:/opt/cronicle/logs:rw \
        -v `pwd`/data/plugins:/opt/cronicle/plugins:rw \
        --hostname cronicle \
        --name cronicle \
        soulteary/cronicle \
        /opt/cronicle/bin/control.sh setup

Then, Start app using the Docker CLI to locally persist data and logs.

docker run \
        -v /etc/localtime:/etc/localtime:ro \
        -v /etc/timezone:/etc/timezone:ro \
        -v `pwd`/data/data:/opt/cronicle/data:rw \
        -v `pwd`/data/logs:/opt/cronicle/logs:rw \
        -v `pwd`/data/plugins:/opt/cronicle/plugins:rw \
        -p 3012:3012 \
        --hostname cronicle \
        --name cronicle \
        soulteary/cronicle

Access it in your browser: http://localhost:3012

Docker Compose

Init your app first (first time only).

docker-compose -f docker-compose.init up

Then, Start app with simple command:

docker-compose down && docker-compose up -d

Access it in your browser: http://localhost:3012

Snapshots

Home

Home Tab Screenshot

Schedule

Schedule Screenshot

Event

Edit Event Screenshot

Event Timing Screenshot

Resource Limits Screenshot

Event History Screenshot

Event Stats Screenshot

Graphs Screenshot

Completed Jobs Screenshot

Job In Progress Screenshot

Job Success Screenshot

Job Failed Screenshot

My Account Screenshot

Activity Log Screenshot

API Keys Screenshot

Editing API Key Screenshot

Categories Screenshot

Edit Category Screenshot

Plugins Screenshot

docker-cronicle's People

Contributors

soulteary avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.