Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 500 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 500 Bytes

Docker

Example of running in Docker

  alfaromeostickerbot:
    image: pompushko/alfaromeostickerbot:latest
    environment:
      - TELEGRAM_BOT_TOKEN=YOUR_TELEGRAM_BOT_TOKEN
      - MAX_REQUESTS_PER_DAY=5
      - SQLITE_LOCATION={mounted_dir}/VINComplectations.sqlite3
    restart: always
    deploy:
      mode: global
    volumes:
      - {dir_on_pc}:{mounted_dir}