tt-rss/common-settings.yaml

12 lines
301 B
YAML
Raw Permalink Normal View History

2025-02-12 00:41:54 +01:00
services:
common-settings:
environment:
TZ: "${TIMEZONE:-Etc/UTC}"
logging:
driver: "json-file"
options:
max-size: "10m"
max-file: "10"
compress: "true"
restart: "${RESTARTPOLICY:-always}"