1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-05-23 22:40:06 +02: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

View File

@ -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

View File

@ -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

View File

@ -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