Open brianredbeard opened 1 year ago
the variable icingaweb.passwords.icingaweb2.icingaadmin
is not also overloadable by the .env file
in order to correct these 2 problems without modifying the docker-compose.yml
file I created the docker-compose.override.yml
file with inside:
services:
icingaweb:
environment:
icingaweb.passwords.icingaweb2.icingaadmin: ${ICINGAWEB_ICINGAADMIN_PASSWORD:-icinga}
icingaweb.resources.icingaweb-mysql.password: ${ICINGAWEB_MYSQL_PASSWORD:-icingaweb}
Attempting to deploy while setting
ICINGAWEB_MYSQL_PASSWORD
currently fails due to a bug on line 52 ofdocker-compose.yml
: https://github.com/lippserd/docker-compose-icinga/blob/4bf4395d1959eca2608fdbeefcf616786f26f206/docker-compose.yml#L52The line should instead set present as: