Go to file
2018-01-12 13:02:16 +01:00
gradle/wrapper Change command loading method 2018-01-12 12:50:12 +01:00
Heroku it is time to welcome............... Spring!!!!! 2017-12-12 01:06:58 +01:00
src/main Correct Ping command 2018-01-12 12:56:52 +01:00
.gitignore Somme edit heroku 2017-12-12 01:14:26 +01:00
build.gradle Change command loading method 2018-01-12 12:50:12 +01:00
Dockerfile Dockerhub don't like key update... 2018-01-08 11:31:27 +01:00
gradlew it is time to welcome............... Spring!!!!! 2017-12-12 01:06:58 +01:00
gradlew.bat it is time to welcome............... Spring!!!!! 2017-12-12 01:06:58 +01:00
Procfile Stupid mistake... 2017-12-13 00:33:56 +01:00
README.md Update README.md 2017-12-20 18:03:16 +01:00

BrokenDiscordBot

Install:

The easiest method it's to use docker-compose:

docker-compose.yml:

version: '2'

services:
  botdiscord:
    image: brokenfire/brokendiscordbot 
    networks:
      - proxy
    environment:
      - PORT=8081
      - TOKEN=1111111111111 #CHANGE ME!
    labels:
      - "traefik.frontend.rule=Host:exemple.com" #CHANGE ME!
      - "traefik.port=8080"
      - "traefik.backend=botdiscord"
      - "traefik.frontend.entryPoints=http,https"
    #volumes:
    #    - "/var/run/docker.sock:/var/run/docker.sock"
    restart: always

networks:
    proxy:
       external: true 

Docker hub repo