barrel: Rename HOSTNAME=>WISSKI_HOSTNAME

This commit renames the HOSTNAME variable to WISSKI_HOSTNAME to avoid
breaking the container under specific circumstances.
This commit is contained in:
Tom 2023-06-23 10:56:25 +02:00
parent 290273e4ca
commit 75ceab241e
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ DATA_PATH=${DATA_PATH}
RUNTIME_DIR=${RUNTIME_DIR}
SLUG=${SLUG}
HOSTNAME=${HOSTNAME}
WISSKI_HOSTNAME=${HOSTNAME}
HOST_RULE=${HOST_RULE}
DOCKER_NETWORK_NAME=${DOCKER_NETWORK_NAME}

View file

@ -4,7 +4,7 @@ services:
barrel:
build: .
restart: always
hostname: ${HOSTNAME}
hostname: ${WISSKI_HOSTNAME}
# label it with the current slug
labels: