This commit is contained in:
2025-07-14 00:58:30 +02:00
commit 20a03c2d7e
6 changed files with 610 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
services:
shirocalc:
container_name: shirocalc-discord-bot
restart: unless-stopped
environment:
- TOKEN=${TOKEN}
- PREFIX=${PREFIX}
build:
context: .
dockerfile: Dockerfile