thread-bot/docker-compose.yml
2025-01-10 20:20:31 +05:00

13 lines
236 B
YAML

version: '3.8'
services:
thread-bot:
build: .
restart: unless-stopped
volumes:
- ./config.toml:/app/config.toml:ro
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "3"