all repos — disgord @ 3a034bb6b48b5d3c4f3a82de32d6832dced7f99b

A simple Discord bot in Go.

docker-compose.yaml (view raw)

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