Add 'humidity_sensor.yaml'

This commit is contained in:
Adolfo Delorenzo 2022-07-29 08:37:36 +02:00
parent cda61984e1
commit 853eda8b6d
1 changed files with 7 additions and 0 deletions

7
humidity_sensor.yaml Normal file
View File

@ -0,0 +1,7 @@
version: '3.3'
services:
sensor_humidity:
container_name: humidity
image: registry.zz11.net/sensor_humidity
stdin_open: true
tty: true