Files
erleuchtungfiles/docker-compose.yml
2026-02-20 22:26:49 +01:00

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=""