Create a .env file in the project root with the following variables:
DISCORD_TOKEN=your_discord_bot_token_here| Variable | Required | Description |
|---|---|---|
DISCORD_TOKEN |
Yes | Your Discord bot token from the Developer Portal |
The
DATABASE_URLis managed automatically by the compose configuration and does not need to be set in.env.
docker compose up -dnerdctl compose up -dTo stop the bot:
docker compose down
# or
nerdctl compose downLogs:
docker compose logs -f
# or
nerdctl compose logs -f