Add 'temperature_sensor.yaml'

This commit is contained in:
Adolfo Delorenzo 2022-07-29 08:39:27 +02:00
parent 6b7180716d
commit 266b78a758
1 changed files with 7 additions and 0 deletions

7
temperature_sensor.yaml Normal file
View File

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