feat: rework docker-compose and add HOSTNAME_WEBSITE

This commit is contained in:
2025-08-24 23:21:31 +02:00
parent 1da9f7dae1
commit e75cc47008
2 changed files with 113 additions and 63 deletions

View File

@@ -9,7 +9,7 @@ if [[ "--install" == $INSTALLED ]]; then
docker-compose Installation\n\
--------------------------------------------------"
ENV_LIST=("EMAIL" "HOSTNAME_VPN" "HOSTNAME_GRAFANA")
ENV_LIST=("EMAIL" "HOSTNAME_VPN" "HOSTNAME_GRAFANA" "HOSTNAME_WEBSITE")
for env in "${ENV_LIST[@]}"; do
read -p "Enter value for $env: " value