feat: initial discord meeting bot
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user