2023-03-08 10:16:14 -06:00
|
|
|
# Docker stuff
|
2023-03-08 09:54:29 -06:00
|
|
|
|
|
|
|
A dockerization of [tribune-pontius-aquila-bot](https://git.plantsfarmus.duckdns.org/askiiart/tribune-pontius-aquila-bot)
|
|
|
|
|
|
|
|
docker-compose.yml:
|
|
|
|
|
|
|
|
```yaml
|
2023-03-08 10:16:14 -06:00
|
|
|
ervices:
|
2023-03-08 09:54:29 -06:00
|
|
|
aquila-bot:
|
2023-03-08 10:16:14 -06:00
|
|
|
image: 'agelpen/discord-tribune-aquila-bot:latest'
|
2023-03-08 09:54:29 -06:00
|
|
|
volumes:
|
|
|
|
- ./.env:/app/.env
|
|
|
|
restart: unless-stopped
|
|
|
|
```
|
|
|
|
|
|
|
|
.env:
|
|
|
|
|
|
|
|
```env
|
|
|
|
TOKEN='<YOUR_TOKEN_HERE>'
|
2023-03-08 10:16:14 -06:00
|
|
|
```
|
|
|
|
|
|
|
|
# What the bot actually does
|
|
|
|
|
|
|
|
When someone says "/aquila", the bot replies "Who gave permission for this? I sure as hell didn't."
|