some description
| Flag / Environment | Description | Type | Required | Default |
|---|---|---|---|---|
$VIZIER_CONFIG |
Steps to run for the application, will be ignored when configuration file is read. | stringjson(https://raw.githubusercontent.com/cenk1cenk2/docker-vizier/main/schema.json) |
false |
|
CLI
| Flag / Environment | Description | Type | Required | Default |
|---|---|---|---|---|
$LOG_LEVEL |
Define the log level for the application. | stringenum("panic", "fatal", "warn", "info", "debug", "trace") |
false |
"info" |
$ENV_FILE |
Environment files to inject. | string[] |
false |
|
Config
| Flag / Environment | Description | Type | Required | Default |
|---|---|---|---|---|
$VIZIER_CONFIG_FILE |
Configuration file to read from. | stringjson(https://raw.githubusercontent.com/cenk1cenk2/docker-vizier/main/schema.json) |
false |
|