Templater variables do not need to be overridable.

This commit is contained in:
Kevin Baensch 2023-01-06 08:34:35 +01:00
parent 264cf17de5
commit c7e39d6164

View file

@ -3,8 +3,9 @@
# Configurable Variables
DOCKER_SOCK_PATH="${DOCKER_SOCK_PATH:-/tmp/docker.sock}"
NETWORK_NAME="${NETWORK_NAME:-proxy}"
TEMPLATER_PATH="${TEMPLATER_PATH:-/docker-templater.sh}"
TEMPLATE_FOLDER_PATH="${TEMPLATE_FOLDER_PATH:-/templates}"
# Path to Docker Templater and Templates
TEMPLATER_PATH="/docker-templater.sh"
TEMPLATE_FOLDER_PATH="/templates"
get_date() {
printf '%s' "$(date +'%Y.%m.%d_%H:%M:%S')"