all repos — escarbot @ ae03227a504aa084b01c45e5dc76548db25fc78e

Earthbound Café's custom Telegram bot, with lots of cool utilities built-in.

docker-compose.yaml (view raw)

 1services:
 2  app:
 3    build: .
 4    image: ghcr.io/birabittoh/escarbot:main
 5    container_name: escarbot
 6    restart: unless-stopped
 7    ports:
 8      - 3000:3000
 9    environment:
10      - BOT_TOKEN
11      - CHANNEL_ID
12      - GROUP_ID
13      - ADMIN_ID
14      #- PORT
15    #volumes:
16      #- /etc/localtime:/etc/localtime:ro