worky
This commit is contained in:
7
docker-compose.yml
Normal file
7
docker-compose.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
discord-bot:
|
||||
build: .
|
||||
container_name: real_chat_bot
|
||||
restart: always # If the bot crashes or server reboots, this auto-restarts it
|
||||
environment:
|
||||
- DISCORD_TOKEN=""
|
||||
Reference in New Issue
Block a user