initial bot
This commit is contained in:
commit
2c7a5dff6c
7 changed files with 747 additions and 0 deletions
12
docker-compose.yml
Normal file
12
docker-compose.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
bot:
|
||||
build: .
|
||||
environment:
|
||||
- DISCORD_TOKEN=${DISCORD_TOKEN}
|
||||
- DEBUG=${DEBUG:-}
|
||||
- GUILD_ID=${GUILD_ID:-}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro # Sync container time with host
|
Loading…
Add table
Add a link
Reference in a new issue