This Bot was created with the intention to be used on my own server.
- Create a docker image with tag 'latest':
docker build . -t aquabot
- Copy
docker-compose.yml.example
todocker-compose.yml
- Edit the required environment variables (Found in
aquabot.py
) - Start the bot:
docker-compose up -d
- python>=3.6.0