You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
update ot-recorder
This commit is contained in:
@@ -18,7 +18,7 @@ ENV OTR_HOST iot.eclipse.org
|
|||||||
ENV OTR_PORT 1883
|
ENV OTR_PORT 1883
|
||||||
ENV OTR_HTTPHOST 0.0.0.0
|
ENV OTR_HTTPHOST 0.0.0.0
|
||||||
ENV OTR_HTTPPORT 8083
|
ENV OTR_HTTPPORT 8083
|
||||||
ENV OTR_TOPICS owntracks/#
|
ENV OTR_TOPICS owntracks/+/+
|
||||||
ENV OTR_STORAGEDIR /var/spool/owntracks/recorder/store
|
ENV OTR_STORAGEDIR /var/spool/owntracks/recorder/store
|
||||||
|
|
||||||
VOLUME $OTR_STORAGEDIR
|
VOLUME $OTR_STORAGEDIR
|
||||||
|
@@ -18,7 +18,7 @@ ENV OTR_HOST iot.eclipse.org
|
|||||||
ENV OTR_PORT 1883
|
ENV OTR_PORT 1883
|
||||||
ENV OTR_HTTPHOST 0.0.0.0
|
ENV OTR_HTTPHOST 0.0.0.0
|
||||||
ENV OTR_HTTPPORT 8083
|
ENV OTR_HTTPPORT 8083
|
||||||
ENV OTR_TOPICS owntracks/#
|
ENV OTR_TOPICS owntracks/+/+
|
||||||
ENV OTR_STORAGEDIR /var/spool/owntracks/recorder/store
|
ENV OTR_STORAGEDIR /var/spool/owntracks/recorder/store
|
||||||
|
|
||||||
VOLUME $OTR_STORAGEDIR
|
VOLUME $OTR_STORAGEDIR
|
||||||
|
@@ -10,4 +10,4 @@ then
|
|||||||
ot-recorder --initialize
|
ot-recorder --initialize
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec ot-recorder --http-host $OTR_HTTPHOST --http-port $OTR_HTTPPORT $OTR_OPTIONS ${OTR_TOPICS:-owntracks/#}
|
exec ot-recorder --http-host $OTR_HTTPHOST --http-port $OTR_HTTPPORT $OTR_OPTIONS ${OTR_TOPICS:-owntracks/+/+}
|
||||||
|
@@ -10,4 +10,4 @@ then
|
|||||||
ot-recorder --initialize
|
ot-recorder --initialize
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exec ot-recorder --http-host $OTR_HTTPHOST --http-port $OTR_HTTPPORT $OTR_OPTIONS ${OTR_TOPICS:-owntracks/#}
|
exec ot-recorder --http-host $OTR_HTTPHOST --http-port $OTR_HTTPPORT $OTR_OPTIONS ${OTR_TOPICS:-owntracks/+/+}
|
||||||
|
Reference in New Issue
Block a user