Mercurial > code > home > repos > homeauto
view service/mqtt_to_rdf/serv.n3 @ 733:9ca69f2be87b
more mqtt_to_rdf renames. bring in basic LitElement setup for the debug page
Ignore-this: 85e2ab49915e44b08219e537fab21870
author | drewp@bigasterisk.com |
---|---|
date | Sat, 08 Feb 2020 04:02:22 -0800 |
parents | fdddbdaf07b5 |
children | c8763fc21a42 |
line wrap: on
line source
@prefix : <http://bigasterisk.com/ns/serv#> . @prefix auth: <http://bigasterisk.com/ns/serv/auth#> . @prefix serv: <http://bigasterisk.com/services/> . serv:mqtt_to_rdf a :Service; :path "/mqtt_to_rdf/"; :openid auth:admin; :serverHost "bang"; :internalPort 10018; :prodDockerFlags ( "-p" "10018:10018" "--net=host"); :localDockerFlags ( "-v" "`pwd`:/opt" "-v" "/my/proj/homeauto/lib:/lib_src" ); :localRunCmdline ( "python3" "mqtt_to_rdf.py" "-v" #"--cs" "living" ); :dockerFile "Dockerfile" .