Templater variables do not need to be overridable.
This commit is contained in:
parent
264cf17de5
commit
c7e39d6164
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@
|
||||||
# Configurable Variables
|
# Configurable Variables
|
||||||
DOCKER_SOCK_PATH="${DOCKER_SOCK_PATH:-/tmp/docker.sock}"
|
DOCKER_SOCK_PATH="${DOCKER_SOCK_PATH:-/tmp/docker.sock}"
|
||||||
NETWORK_NAME="${NETWORK_NAME:-proxy}"
|
NETWORK_NAME="${NETWORK_NAME:-proxy}"
|
||||||
TEMPLATER_PATH="${TEMPLATER_PATH:-/docker-templater.sh}"
|
# Path to Docker Templater and Templates
|
||||||
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-/templates}"
|
TEMPLATER_PATH="/docker-templater.sh"
|
||||||
|
TEMPLATE_FOLDER_PATH="/templates"
|
||||||
|
|
||||||
get_date() {
|
get_date() {
|
||||||
printf '%s' "$(date +'%Y.%m.%d_%H:%M:%S')"
|
printf '%s' "$(date +'%Y.%m.%d_%H:%M:%S')"
|
||||||
|
|
Loading…
Reference in a new issue