Mercurial > code > home > repos > homeauto
view service/dhcpleases/serv.n3 @ 1732:3f4b447d65f5
port to starlette/asyncio
author | drewp@bigasterisk.com |
---|---|
date | Mon, 10 Jul 2023 17:37:58 -0700 |
parents | d7e82b1b31c4 |
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:dhcpLeases a :Service; :path "/dhcpLeases/"; :openid auth:admin; :serverHost "bang"; :internalPort 9073; :prodDockerFlags ( "-p" "9073:9073" "--net=host" "-v" "/opt/dnsmasq:/opt/dnsmasq" ); :localDockerFlags ( "-v" "`pwd`:/opt" ); :localRunCmdline ( "python3" "dhcpLeases.py" "-v" ); :dockerFile "Dockerfile" .