Owntracks

Store and access data published by OwnTracks location tracking apps.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
 
services:
  otrecorder:
    image: owntracks/recorder
    ports:
      - 8083:8083
    volumes:
      - ./config:/config
      - ./store:/store
    restart: unless-stopped

Resources

Website: https://owntracks.org/

GitHub: https://github.com/owntracks/recorder

Docker Hub: https://hub.docker.com/r/owntracks/recorder

Configuration: https://github.com/owntracks/docker-recorder