devzwf/mimosa

By devzwf

Updated 7 months ago

Docker version of the Mellow_Labs M.I.M.O.S.A inventory management project

Image
API Management
Content Management System

442

mimosa-docker

This is a docker image of the FireMarshmellow inventory management project and some little change/fix

open source pick to light system, designed to work with WLED.

This is the software part of the system,

check the video about it

Docker-compose

---
services:
  mimosa:
    image: devzwf/mimosa:latest
    container_name: mimosa
    volumes:
      - ./mimosa/db:/app/db
      - ./mimosa/logs:/app/logs
      - ./mimosa/images:/app/images
    ports:
      - 5000:5000
    restart: unless-stopped

Support

ko-fi

Docker Pull Command

docker pull devzwf/mimosa