Some small improvements

This commit is contained in:
Marco Thomas
2020-10-08 10:05:58 +02:00
parent 24c416a80b
commit 4a5933729b
12 changed files with 48 additions and 71 deletions

View File

@@ -7,8 +7,14 @@ AquaBot
This Bot was created with the intention to be used on my own server.
## docker-compose
TODO
## docker
Create a docker image with tag 'latest'
`docker build . -t aquabot`
In the correct path, create a docker-compose.yml and start the bot
The required env vars are found in 'aquabot.py'
`docker-compose up -d`
## Commands