From 5a4225e37188a9b1382346054e839706ad3f6e57 Mon Sep 17 00:00:00 2001 From: apb Date: Sun, 14 Nov 2021 22:15:23 +0000 Subject: [PATCH] [add] crontab --- crontab-ui/docker-compose.yml | 8 ++++++++ crontab-ui/readme.md | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 crontab-ui/docker-compose.yml create mode 100644 crontab-ui/readme.md diff --git a/crontab-ui/docker-compose.yml b/crontab-ui/docker-compose.yml new file mode 100644 index 0000000..fcdf335 --- /dev/null +++ b/crontab-ui/docker-compose.yml @@ -0,0 +1,8 @@ +--- +version: '2.0' + +services: + crontab: + image: donaldrich/crontab-ui + container_name: crontab-ui + restart: unless-stopped diff --git a/crontab-ui/readme.md b/crontab-ui/readme.md new file mode 100644 index 0000000..92b04a2 --- /dev/null +++ b/crontab-ui/readme.md @@ -0,0 +1,2 @@ +https://hub.docker.com/r/donaldrich/crontab-ui +