feat: add prometheus and grafana docker

rename WG_HOSTNAME_VPN -> HOSTNAME_VPN
This commit is contained in:
2025-08-03 19:04:04 +00:00
parent d286202cc5
commit 2d5ec34d5a
2 changed files with 28 additions and 4 deletions

View File

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