Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 389 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 389 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
    restart: always
    deploy:
      mode: global