I'm willing to help answer any questions that you may have
You can either join my Discord or send me a DM on Discord at cndrd
You can also visit the website I've made for my server Here
Build and run locally:
docker build -t bruce-bot .
docker run --rm \
-e TOKEN=your_discord_bot_token \
-e SUPABASE_URL=your_supabase_url \
-e SUPABASE_KEY=your_supabase_key \
bruce-bot- Create a new Application in Dokploy.
- Choose your Git repository and branch.
- Build Type: Dockerfile.
- Dockerfile path:
Dockerfile. - Start command: leave empty (the Dockerfile already uses
python bot.py). - Add these environment variables in Dokploy:
TOKENSUPABASE_URLSUPABASE_KEY
- Deploy.
Notes:
- This bot does not expose an HTTP port, so no port mapping is required.
- Keep secrets only in Dokploy environment variables, not in
.envin Git. .env.exampledocuments the required variable names.
If your Dokploy project expects a compose file, use docker-compose.yml from this repo.
- Build Type: Docker Compose.
- Compose file path:
docker-compose.yml. - Add environment variables in Dokploy:
TOKENSUPABASE_URLSUPABASE_KEY