NewDeploymentUpdated Aug 30, 20265 min read

Run MissionChief Bot X with Docker

The project now ships as a Docker image based on the pinned Playwright Python runtime, with Chromium included and a sanitized config template.

01

Build the image

From the MissionchiefBot X repository, build the image with the tag missionchiefbotx:latest. The build installs the project requirements and uses the matching Playwright Python base image.

02

Start it

  • Copy .env.example to .env and set MISSIONCHIEF_USERNAME and MISSIONCHIEF_PASSWORD.
  • Run docker compose up --build for the documented Compose workflow.
  • For a direct run, pass --env-file .env and mount ./logs to /app/logs.
03

Container notes

The container runs headless by default and includes Chromium system dependencies. A custom config.ini may be mounted at /app/config.ini when a file-based setup is preferred.

Was this guide useful?Tell us what could be clearer