Feat: Janitor add debug and loop options

This commit is contained in:
Raul Sanchez
2017-07-10 13:35:19 +02:00
parent 4bf084090e
commit ccec08fd26
2 changed files with 20 additions and 2 deletions
+18
View File
@@ -34,3 +34,21 @@
default: "**None**"
required: false
type: "string"
- variable: "DEBUG"
label: "Enable more debugging output on pattern matches"
description: "Read https://github.com/meltwater/docker-cleanup#environment-variables"
required: true
default: 0
type: "enum"
options:
- 0
- 1
- variable: "LOOP"
label: "Ability to do non-looped cleanups, run it once and exit. Defaults to yes to run it forever in loops."
description: "Read https://github.com/meltwater/docker-cleanup#environment-variables"
required: true
default: true
type: "enum"
options:
- false
- true