devzwf/mimosa
Docker version of the Mellow_Labs M.I.M.O.S.A inventory management project
442
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
---
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
docker pull devzwf/mimosa