add new var

This commit is contained in:
2025-02-02 23:58:16 +01:00
parent 40c13c4ed0
commit feebd9a71e

View File

@@ -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}