This commit is contained in:
lolouk44 2020-01-29 15:30:57 +00:00
commit b7eb1dc5fe
4 changed files with 82 additions and 14 deletions

View file

@ -2,8 +2,8 @@ version: '3'
services:
mi-scale:
image: lolouk44/xiaomi-mi-scale:latest
container_name: mi-scale
build: .
restart: always
network_mode: host
@ -19,7 +19,7 @@ services:
- MQTT_TIMEOUT=60 # Defaults to 60
# Auto-gender selection/config -- This is used to create the calculations such as BMI, Water/Bone Mass etc...
# Multi user possible as long as weitghs do not overlap!
# Up to 3 users possible as long as weights do not overlap!
- USER1_GT=70 # If the weight is greater than this number, we'll assume that we're weighing User #1
- USER1_SEX=male