Add README.md
This commit is contained in:
parent
f4a7a0bcdb
commit
a73f76e135
1 changed files with 21 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# docker-tribune-aquila-discord-bot
|
||||||
|
|
||||||
|
A dockerization of [tribune-pontius-aquila-bot](https://git.plantsfarmus.duckdns.org/askiiart/tribune-pontius-aquila-bot)
|
||||||
|
|
||||||
|
|
||||||
|
docker-compose.yml:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
services:
|
||||||
|
aquila-bot:
|
||||||
|
image: askiiart/tribune-pontius-aquila-discord-bot:latest
|
||||||
|
volumes:
|
||||||
|
- ./.env:/app/.env
|
||||||
|
restart: unless-stopped
|
||||||
|
```
|
||||||
|
|
||||||
|
.env:
|
||||||
|
|
||||||
|
```env
|
||||||
|
TOKEN='<YOUR_TOKEN_HERE>'
|
||||||
|
```
|
Loading…
Reference in a new issue