This commit is contained in:
2025-07-14 01:01:58 +02:00
commit f16bf39250
9 changed files with 459 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
services:
shiroprob:
container_name: shiroprob-discord-bot
restart: unless-stopped
environment:
- TOKEN=${TOKEN}
- GUILDID=${GUILDID}
- CLIENTID=${CLIENTID}
build:
context: .
dockerfile: Dockerfile