Mercurial > code > home > repos > homeauto
view service/dhcpleases/serv.n3 @ 745:d7e82b1b31c4
build updates
Ignore-this: 778aa92957159f60aa3b1c75d1a51dfd
author | drewp@bigasterisk.com |
---|---|
date | Thu, 13 Feb 2020 10:19:22 -0800 |
parents | fdddbdaf07b5 |
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" .