initial bot

This commit is contained in:
Felipe M 2025-05-07 10:12:54 +02:00
commit 2c7a5dff6c
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
7 changed files with 747 additions and 0 deletions

12
docker-compose.yml Normal file
View file

@ -0,0 +1,12 @@
version: "3"
services:
bot:
build: .
environment:
- DISCORD_TOKEN=${DISCORD_TOKEN}
- DEBUG=${DEBUG:-}
- GUILD_ID=${GUILD_ID:-}
restart: unless-stopped
volumes:
- /etc/localtime:/etc/localtime:ro # Sync container time with host