Files
discord-meeting-bot/docker-compose.yml
T

16 lines
314 B
YAML

services:
discord-meeting-bot:
build: .
container_name: discord-meeting-bot
restart: unless-stopped
env_file:
- .env
volumes:
- ./data:/app/data
- ./recordings:/app/recordings
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"