This commit is contained in:
jbkzi
2026-02-20 22:26:49 +01:00
commit 7ddc49e24a
7 changed files with 145 additions and 0 deletions

7
docker-compose.yml Normal file
View 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=""