feat: initial discord meeting bot

This commit is contained in:
2026-06-08 01:45:10 +00:00
parent 378f4dabee
commit 216df68f0b
13 changed files with 725 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
discord-meeting-bot:
build: .
container_name: discord-meeting-bot
restart: unless-stopped
env_file:
- .env
volumes:
- ./config.json:/app/config.json
- ./recordings:/app/recordings
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"