This commit is contained in:
2026-05-19 19:25:02 +02:00
commit 79c814bb64
10 changed files with 994 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
services:
bot:
container_name: rollenspiel-nordwest-bot
build:
context: .
dockerfile: Dockerfile
environment:
DISCORD_BOT_TOKEN: ${DISCORD_BOT_TOKEN}
DISCORD_FORUM_CHANNEL_ID: ${DISCORD_FORUM_CHANNEL_ID}
DISCORD_ANNOUNCE_CHANNEL_ID: ${DISCORD_ANNOUNCE_CHANNEL_ID}
restart: unless-stopped