Update docker-compose sample
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 1m12s

This commit is contained in:
2025-08-13 18:10:36 -07:00
parent 1bdf20b6b1
commit d6f8d9b73f

View File

@@ -114,14 +114,14 @@ The system uses aiohttp for asynchronous HTTP requests and discord.py for Discor
services: services:
pterodisbot: pterodisbot:
build: . build: .
environment: environment:
# Remmove brackets and spaces in environment variables # Remmove brackets and spaces in environment variables
# Ideally, use .env file to assign values to these instead # Ideally, use .env file to assign values to these instead
- DISCORD_TOKEN={Your Discord bot token} - DISCORD_TOKEN={Your Discord bot token}
- ALLOWED_GUILD_ID={The Discord server ID where the bot should operate} - ALLOWED_GUILD_ID={The Discord server ID where the bot should operate}
- PANEL_URL={Your Pterodactyl panel URL (must include http:// or https://)} - PANEL_URL={Your Pterodactyl panel URL (must include http:// or https://)}
- CLIENT_API_KEY={Pterodactyl client API key (starts with `ptlc_`)} - CLIENT_API_KEY={Pterodactyl client API key (starts with `ptlc_`)}
- APPLICATION_API_KEY={Pterodactyl application API key (starts with `ptla_`)} - APPLICATION_API_KEY={Pterodactyl application API key (starts with `ptla_`)}
volumes: volumes:
- bot_logs:/app/logs - bot_logs:/app/logs
- bot_embed:/app/embed - bot_embed:/app/embed