Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 365 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 365 Bytes

gpx-track-bot

deployed bot

deploy with docker

services:
  bot:
    image: ghcr.io/bb4l/gpx-track-bot:latest
    working_dir: /home/gxp_bot
    environment:
      TELOXIDE_TOKEN: YOUR_BOT_TOKEN
      GPX_TRACK_BOT_ALLOWED_USERS: ALLOWED_USERS
    command: gpx-bot
    volumes:
      - ./path/to/store/gpx/files:/gpx_files