Mercurial > code > home > repos > homeauto
view service/reasoning/serv.n3 @ 756:f3f667769aef
python 3! and some types and cleanups
Ignore-this: 3453a547ee745fa83668f36956c835cd
author | drewp@bigasterisk.com |
---|---|
date | Fri, 14 Feb 2020 00:07:23 -0800 |
parents | fdddbdaf07b5 |
children | 547979d8fc59 |
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:reasoning a :Service; :path "/reasoning/"; :openid auth:admin; :serverHost "bang"; :internalPort 9071; :prodDockerFlags ( "-p" "9071:9071" "--net=host" ); :localDockerFlags ( "-v" "`pwd`:/opt" ); :localRunCmdline ( "python3" "reasoning.py" "-iro" ); :dockerFile "Dockerfile" .