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}