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

16 lines
328 B
YAML

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"