Mercurial > code > home > repos > homeauto
diff service/rdf_from_mqtt/serv.n3 @ 1519:c7217cf1cfc1
add rdf_from_mqtt, though at the moment the graph urls may not be in sync and the reqs have just been updated
Ignore-this: 11b16f06340adc7228930f3774323d1a
darcs-hash:a247b60725d7617a4712d6b8e914531020e82f80
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Tue, 04 Feb 2020 23:33:21 -0800 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/service/rdf_from_mqtt/serv.n3 Tue Feb 04 23:33:21 2020 -0800 @@ -0,0 +1,24 @@ +@prefix : <http://bigasterisk.com/ns/serv#> . +@prefix auth: <http://bigasterisk.com/ns/serv/auth#> . +@prefix serv: <http://bigasterisk.com/services/> . + +serv:rdf_from_mqtt a :Service; + :path "/rdf_from_mqtt/"; + :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" "rdf_from_mqtt.py" "-v" +#"--cs" "living" +); + :dockerFile "Dockerfile" +. +