mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-23 22:40:06 +02:00
update owntrack
This commit is contained in:
parent
77ebc51000
commit
ae77db77e6
@ -431,6 +431,9 @@ A collection of delicious docker recipes.
|
|||||||
- [x] owncloud
|
- [x] owncloud
|
||||||
- [x] jorijn/nostream
|
- [x] jorijn/nostream
|
||||||
- [x] scsibug/nostr-rs-relay
|
- [x] scsibug/nostr-rs-relay
|
||||||
|
- [x] owntracks
|
||||||
|
- [x] frontend
|
||||||
|
- [x] recorder
|
||||||
- [x] chocobozzz/peertube
|
- [x] chocobozzz/peertube
|
||||||
- [x] dpage/pgadmin4
|
- [x] dpage/pgadmin4
|
||||||
- [x] viktorstrate/photoview
|
- [x] viktorstrate/photoview
|
||||||
|
@ -12,12 +12,11 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
recorder:
|
recorder:
|
||||||
image: vimagick/ot-recorder
|
image: owntracks/recorder
|
||||||
ports:
|
ports:
|
||||||
- "8083:8083"
|
- "8083:8083"
|
||||||
- "8085:8085"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/spool/owntracks/recorder/store
|
- ./data:/store
|
||||||
environment:
|
environment:
|
||||||
- OTR_HOST=iot.eclipse.org
|
- OTR_HOST=iot.eclipse.org
|
||||||
- OTR_PORT=1883
|
- OTR_PORT=1883
|
||||||
|
@ -3,12 +3,11 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
recorder:
|
recorder:
|
||||||
image: vimagick/ot-recorder
|
image: owntracks/recorder
|
||||||
ports:
|
ports:
|
||||||
- "8083:8083"
|
- "8083:8083"
|
||||||
- "8085:8085"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./data:/var/spool/owntracks/recorder/store
|
- ./data:/store
|
||||||
environment:
|
environment:
|
||||||
- OTR_HOST=mqtt.eclipse.org
|
- OTR_HOST=mqtt.eclipse.org
|
||||||
- OTR_PORT=8883
|
- OTR_PORT=8883
|
||||||
|
Loading…
x
Reference in New Issue
Block a user