NewDeploymentUpdated Aug 30, 20267 min read
Docker environment variables for MissionChief Bot X
Environment overrides are read before config.ini values. This lets one image serve different regions or runtime profiles without rebuilding it.
01
Required values
- MISSIONCHIEF_USERNAME — the MissionChief account email.
- MISSIONCHIEF_PASSWORD — the MissionChief account password.
02
Common optional values
- MISSIONCHIEF_REGION — defaults to the config file region, typically UK.
- MISSIONCHIEF_HEADLESS — use true for containers without a display.
- MISSIONCHIEF_BROWSERS — browser pool size, with 3 as the current example default.
- MISSIONCHIEF_CONFIG_FILE — path to a mounted alternative config file.
03
Failure behavior
Missing required credentials produce a clear configuration error instead of silently attempting an empty login. Invalid boolean or integer overrides are also rejected with the variable name in the message.
Was this guide useful?Tell us what could be clearer →