8 lines
197 B
YAML
8 lines
197 B
YAML
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=""
|