Skip to main content
Docker is the recommended way to run pwr-bot. It provides a consistent environment and easy setup.

Prerequisites

Volume Mounts

The Docker containers use two volume mounts:
/app/data
volume
Stores the SQLite database and other persistent data files
/app/logs
volume
Stores application log files
Always ensure these volumes are mounted to persist data between container restarts. Losing the data volume means losing all subscriptions and tracked voice channel data.

Next Steps

After the bot is running:
  1. Check the logs to ensure the bot started successfully
  2. See the command registration steps in the Quick Start guide
  3. Start using the bot’s features

Build docs developers (and LLMs) love