mirror of
https://codeberg.org/D3M0N/thread-bot.git
synced 2025-04-11 20:58:47 +02:00
13 lines
236 B
YAML
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"
|