1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

update owntrack

This commit is contained in:
kevin 2023-12-14 21:13:43 +08:00
parent 77ebc51000
commit ae77db77e6
3 changed files with 23 additions and 22 deletions

@ -431,6 +431,9 @@ A collection of delicious docker recipes.
- [x] owncloud
- [x] jorijn/nostream
- [x] scsibug/nostr-rs-relay
- [x] owntracks
- [x] frontend
- [x] recorder
- [x] chocobozzz/peertube
- [x] dpage/pgadmin4
- [x] viktorstrate/photoview

@ -12,12 +12,11 @@ version: "3.8"
services:
recorder:
image: vimagick/ot-recorder
image: owntracks/recorder
ports:
- "8083:8083"
- "8085:8085"
volumes:
- ./data:/var/spool/owntracks/recorder/store
- ./data:/store
environment:
- OTR_HOST=iot.eclipse.org
- OTR_PORT=1883

@ -3,12 +3,11 @@ version: "3.8"
services:
recorder:
image: vimagick/ot-recorder
image: owntracks/recorder
ports:
- "8083:8083"
- "8085:8085"
volumes:
- ./data:/var/spool/owntracks/recorder/store
- ./data:/store
environment:
- OTR_HOST=mqtt.eclipse.org
- OTR_PORT=8883