Cron container added

This commit is contained in:
tokslaw7
2023-12-03 04:50:01 +00:00
parent 9c0a665622
commit 84c2e253b0
7 changed files with 29 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
version: "3"
services:
wrenchboard-cron:
image: alseambusher/crontab-ui:0.3.16
hostname: wrenchboard-cron
container_name: wrenchboard-cron
privileged: true
restart: unless-stopped
environment:
- BASIC_AUTH_USER=admin
- BASIC_AUTH_PWD=wrenchboard
volumes:
- ./crontabs/:/crontab-ui/crontabs/
- ./logs:/var/log
- ./${CRON_ENV:-dev}/cron.d:/etc/crontabs
ports:
- 8000:8000