1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-01-26 05:27:31 +02:00
2017-03-31 16:43:35 +08:00
..
2017-03-31 16:43:35 +08:00
2017-03-31 16:35:00 +08:00
2017-03-31 16:43:35 +08:00
2017-03-31 16:35:00 +08:00
2017-03-31 16:38:03 +08:00

ot-recorder

The OwnTracks Recorder is a lightweight program for storing and accessing location data published via MQTT (or HTTP) by the OwnTracks apps.

docker-compose.yml

ot-recorder:
  image: vimagick/ot-recorder
  ports:
    - "8083:8083"
  volumes:
    - ./data:/var/spool/owntracks/recorder/store
  restart: always