create coffee maker

This commit is contained in:
Pascal Vizeli
2017-05-04 08:25:52 +02:00
committed by GitHub
parent f0651ba83c
commit a4e9574221

18
coffee_maker/config.json Normal file
View File

@@ -0,0 +1,18 @@
{
"name": "Coffe Maker",
"version": "1.2",
"slug": "coffee_maker",
"description": "Expose a webfrontent to controll my coffee maker",
"startup": "before",
"boot": "auto",
"ports": {
"80/tcp": 8080
},
"options": {
"device": null
},
"schema": {
"device": "str"
},
"image": "hub/{arch}-coffee-maker"
}