Add basic dynamic configuration with volume labels

This commit is contained in:
Romain de Laage
2022-11-13 16:53:08 +01:00
parent d0d2fcf0f2
commit 59b2d6f70e
7 changed files with 170 additions and 8 deletions

View File

@@ -1,9 +1,11 @@
package flags
var (
CI bool = false
VERBOSE bool = false
CRON_LEAN bool = false
RESTIC_BIN string
DOCKER_IMAGE string
CI bool = false
VERBOSE bool = false
CRON_LEAN bool = false
RESTIC_BIN string
DOCKER_IMAGE string
DOCKER_HOST string = ""
DOCKER_DISCOVERY bool = false
)