Massive refactor of pretty much everything in the bot

This commit is contained in:
Ske
2018-07-24 22:47:57 +02:00
parent 086fa84b4b
commit 8936029dc8
27 changed files with 1799 additions and 1450 deletions

View File

@@ -1,7 +1,9 @@
version: '3'
services:
bot:
build: bot
build:
context: src/
dockerfile: bot.Dockerfile
depends_on:
- db
- influx