Sign inSign up

smhw3565/telegram-bot-api

By smhw3565

Updated about 1 year ago

Image
0

1.4K

smhw3565/telegram-bot-api repository overview

docker-compose.yml

version: '3.8'

services:
  telegram-bot-api:
    image: smhw3565/telegram-bot-api:latest
    container_name: telegram-bot-api
    restart: unless-stopped
    user: root  
    ports:
      - "8081:8081"
      - "8082:8082"
    environment:
      - TELEGRAM_API_ID=
      - TELEGRAM_API_HASH=
      - TELEGRAM_LOCAL=0
      - TELEGRAM_BOT_API_MAX_FILE_SIZE=2147483648
      - TELEGRAM_BOT_API_MAX_CONNECTIONS=500
    volumes:
      - ./data:/var/lib/telegram-bot-api
      - ./temp:/tmp/telegram-bot-api

Tag summary

Content type

Image

Digest

sha256:615c8a696

Size

42.8 MB

Last updated

about 1 year ago

docker pull smhw3565/telegram-bot-api