From feebd9a71e7dd618f5342a65a860627678b6a65e Mon Sep 17 00:00:00 2001
From: anima
Date: Sun, 2 Feb 2025 23:58:16 +0100
Subject: [PATCH] add new var
---
compose.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/compose.yml b/compose.yml
index 0a6c8cd..3033293 100644
--- a/compose.yml
+++ b/compose.yml
@@ -194,8 +194,9 @@ services:
# REMOVE VARS HERE IF YOU EDIT THE CONFIG DIRECTLY!!
# The variables are primarily for the initial setup, later editing is recommended directly in the icinga config.
# Empty or non-existent vars do not change anything
- ICINGA2_API_USER_ROOT_PASS: ${API_ROOT_PASS:-changeME!} # only on fist init! set api user root password
+ ICINGA2_API_USER_ROOT_PASS: ${API_ROOT_PASS:-changeME!}
ICINGA2_API_USER_ICINGAWEB_PASS: ${ICINGA_API_ICINGAWEB_PASS:-icingaweb} # only on first init! create api user icingaweb and set password
+ #ICINGA2_API_USER_SATELLITE_PASS: ${ICINGA_API_ICINGAWEB_PASS:-pkigen123!!} # only on first init! create api user icingaweb and set password
ICINGA2_ICINGADB_REDIS_HOST: ${ICINGADB_REDIS_HOST:-db_redis}
ICINGA2_ICINGADB_REDIS_PORT: ${ICINGADB_REDIS_PORT:-6379}
ICINGA2_INFLUXDB_HOST: ${ICINGA_INFLUX_HOST:-db_influxdb}