all repos — disgord @ cf72b4a9d665c121e9dbb5fad81e35dc068423d2

A simple Discord bot in Go.

docker-compose.yaml (view raw)

 1name: telegle
 2
 3services:
 4  app:
 5    build: .
 6    image: ghcr.io/birabittoh/disgord:main
 7    container_name: 'disgord'
 8    restart: unless-stopped
 9    volumes:
10      - /etc/localtime:/etc/localtime:ro
11      - ./config.json:/app/config.json