readme and things

This commit is contained in:
2023-02-15 23:31:01 -03:00
parent 00022c1cb9
commit 9cab284d24
3 changed files with 32 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: "2.1"
services:
kasbot:
image: ivanch/kasbot:latest
container_name: kasbot
environment:
- TOKEN=<Your bot token here>
- COMMAND_PREFIX=!
restart: unless-stopped