#1632·komodo

Missing variables in mongo.compose.yml

Author: affarinhaCreated Sep 14, 2026Updated Sep 14, 2026

mongo.compose.yaml seems to be missing variables in the "core" section, to allow connection to the DB:

core: ... environment: KOMODO_DATABASE_ADDRESS: mongo:27017

Without these (present on the prior version of the file), "core" container fails to connect to the database and the solution is never initialized. KOMODO_DATABASE_USERNAME: ${KOMODO_DB_USERNAME} KOMODO_DATABASE_PASSWORD: ${KOMODO_DB_PASSWORD}