rectangle-betaOM1 System Setup

v1.0.1-beta.1

Features

  • Improved DockerManager to treat missing containers as stopped, logging this as info and adding them to stopped_services.

  • Introduced environment variable management for Docker services to simplify configuration and deployment.

Docker image

The OM1-system-setup is provided as a Docker image for easy setup.

git clone https://github.com/OpenMind/OM1-system-setup
    cd OM1-system-setup
    cd WIFI
    docker-compose up -d om1_monitor

    cd ..
    cd OTA
    docker-compose up -d ota_agent
    docker-compose up -d ota_updater

The docker images are also available at Docker Hub OTAarrow-up-right and om1_monitorarrow-up-right.

For more technical details, please refer to the docsarrow-up-right.

Last updated

Was this helpful?