Discord-Raid-bot/docker-compose.yml

23 lines
473 B
YAML
Raw Normal View History

2025-08-22 13:25:34 +00:00
version: '3.8'
services:
discord-bot:
build: .
restart: unless-stopped
env_file:
- .env
volumes:
- ./screenshots:/app/screenshots
- ./bot_data.db:/app/bot_data.db
- ./logs:/app/logs
environment:
- TZ=Europe/Paris
container_name: rtf-discord-bot
# Optional: Resource limits
deploy:
resources:
limits:
memory: 256M
reservations:
memory: 128M