Mercurial > code > home > repos > homeauto
view service/environment/serv.n3 @ 1745:d90cb7c06f15
try to crash if mqtt doesn't connect
author | drewp@bigasterisk.com |
---|---|
date | Thu, 09 Nov 2023 17:21:59 -0800 |
parents | 4167101b816f |
children |
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:environment a :Service; :path "/environment/"; :openid auth:admin; :serverHost "bang"; :internalPort 9075; :prodDockerFlags ( "-p" "9075:9075" "--net=host" ); :localDockerFlags ( "-v" "`pwd`:/opt" ); :localRunCmdline ( "python3" "environment.py" "-v" ); :dockerFile "Dockerfile" .